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');