This commit is contained in:
Timo Hocker 2020-05-17 18:54:31 +02:00
parent 960814a96b
commit 4690fda999

View File

@ -17,7 +17,7 @@ yarn:
## Usage ## Usage
```js ```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 // if using in the browser, will send a request to the current host
const session_id = client.login('user','passw'); const session_id = client.login('user','passw');