Skip to content

Commit

Permalink
Merge pull request #5 from jamescallmebrent/fix-readme
Browse files Browse the repository at this point in the history
fix 'providers' configuration step in README
  • Loading branch information
doomspork committed Dec 20, 2015
2 parents c8b30df + 31e1d03 commit 533db12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ _Note_: Sessions are required for this strategy.
```elixir
config :ueberauth, Ueberauth,
providers: [
twitter: [{Ueberauth.Strategy.Twitter, []}]
twitter: {Ueberauth.Strategy.Twitter, []}
]
```

Expand Down

0 comments on commit 533db12

Please sign in to comment.