From 738573a79cdea2a2f976eb041e0b91144ed0c54d Mon Sep 17 00:00:00 2001 From: coolaj86 Date: Fri, 6 Jul 2018 05:56:01 +0000 Subject: [PATCH] typo fix _providerUri => providerUri --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 312cfc0..70cd04b 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ var oauth3 = OAUTH3.create(window.location); // use window.location to set Clien // this is any OAuth3-compatible provider, such as oauth3.org // in v1.1.0 we'll add backwards compatibility for facebook.com, google.com, etc // -function onChangeProvider(_providerUri) { +function onChangeProvider(providerUri) { // example https://oauth3.org return oauth3.setIdentityProvider(providerUri); }