From 8b817efeb7cd661cc4423c6abcc5e685c221d687 Mon Sep 17 00:00:00 2001 From: Peter McNeil Date: Wed, 21 Oct 2020 18:54:45 +1100 Subject: [PATCH] Fix typos in README.md example code --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d1254f2..8c785b6 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ App.svelte import { OidcContext, authError, - authToken, + acessToken, idToken, isAuthenticated, isLoading, @@ -44,7 +44,7 @@ const metadata = { client_id="aOijZt2ug6Ovgzp0HXdF23B6zxwA6PaP" redirect_uri="https://darrelopry.com/svelte-oidc/" post_logout_redirect_uri="https://darrelopry.com/svelte-oidc/" - metdata={metadata} + metadata={metadata} > @@ -121,4 +121,4 @@ npm run showcase:dev **use semver** 1. npm publish 2. npm showcase:build -3. npm showcase:publish \ No newline at end of file +3. npm showcase:publish