From 31e1d0364ae9ab1b8ffafc11dc4072938338af5c Mon Sep 17 00:00:00 2001 From: Brent Hargrave Date: Sat, 19 Dec 2015 09:11:17 -0500 Subject: [PATCH] fix 'providers' configuration step in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6d50748..fe2a50f 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ _Note_: Sessions are required for this strategy. ```elixir config :ueberauth, Ueberauth, providers: [ - twitter: [{Ueberauth.Strategy.Twitter, []}] + twitter: {Ueberauth.Strategy.Twitter, []} ] ```