Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mustran committed Nov 23, 2023
1 parent ca91a39 commit 025d07e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Alternatively you can include the script like so:
InPlayer.Account.signIn({
email: '[email protected]',
password: '12345678',
cliendId: 'b0899d7f-66da-40fc-8eeb-36cad735589c',
clientId: 'b0899d7f-66da-40fc-8eeb-36cad735589c',
referrer: 'http://localhost:3000/'
}).then(data => console.log(data));
```
Expand Down

0 comments on commit 025d07e

Please sign in to comment.