diff --git a/README.md b/README.md index 8896aa96..1dd0d166 100644 --- a/README.md +++ b/README.md @@ -361,7 +361,7 @@ const config = { } auth.getAuthorizationURLParams(config).then((params)=>{ - + console.log(params); }).catch((error)=>{ console.error(error); });