From 4690fda9999df6c38906bdd0d5d14b07bf7d80b1 Mon Sep 17 00:00:00 2001 From: Timo Hocker Date: Sun, 17 May 2020 18:54:31 +0200 Subject: [PATCH] fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 77f2133..b3c298f 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ yarn: ## Usage ```js -const client = require('@scode/auth-client-helper'); +const client = require('@sapphirecode/auth-client-helper'); // if using in the browser, will send a request to the current host const session_id = client.login('user','passw');