fix 'providers' configuration step in README

This commit is contained in:
Brent Hargrave 2015-12-19 09:11:17 -05:00
parent c8b30df384
commit 31e1d0364a
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, []}
]
```