From 025d07e31a40e92881e8084d47ce2d5d69295657 Mon Sep 17 00:00:00 2001 From: mustran Date: Thu, 23 Nov 2023 12:31:06 +0100 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b6450789..8fb91f34 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ Alternatively you can include the script like so: InPlayer.Account.signIn({ email: 'test@test.com', password: '12345678', - cliendId: 'b0899d7f-66da-40fc-8eeb-36cad735589c', + clientId: 'b0899d7f-66da-40fc-8eeb-36cad735589c', referrer: 'http://localhost:3000/' }).then(data => console.log(data)); ```