Merge pull request #5 from jamescallmebrent/fix-readme

fix 'providers' configuration step in README
This commit is contained in:
Sean Callan 2015-12-20 10:14:43 -08:00
commit 533db12a03
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ _Note_: Sessions are required for this strategy.
```elixir
config :ueberauth, Ueberauth,
providers: [
twitter: [{Ueberauth.Strategy.Twitter, []}]
twitter: {Ueberauth.Strategy.Twitter, []}
]
```