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