From 58f245f90cf246fc4a696193620610fbdff11542 Mon Sep 17 00:00:00 2001 From: coolaj86 Date: Fri, 6 Jul 2018 05:48:25 +0000 Subject: [PATCH] typo auth => oauth3 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8fcc63e..312cfc0 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ If you have no idea what you're doing `app.js`: ```js var OAUTH3 = window.OAUTH3; -var auth = OAUTH3.create(window.location); // use window.location to set Client URI (your app's id) +var oauth3 = OAUTH3.create(window.location); // use window.location to set Client URI (your app's id) // this is any OAuth3-compatible provider, such as oauth3.org