From ce91091109ab031bc9535b833e9f8fafb09d3916 Mon Sep 17 00:00:00 2001 From: Imran Ismail Date: Mon, 30 Nov 2015 23:23:14 +0800 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6230ccf..23e2e10 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ ```elixir config :ueberauth, Ueberauth, providers: [ - identity: [{Ueberauth.Strategy.Identity, []}] + identity: {Ueberauth.Strategy.Identity, []} ] ```