From 5967cb752739573ac17b3742d8b828b8cf5a6571 Mon Sep 17 00:00:00 2001 From: Millennium Earl <22562005+MillenniumEarl@users.noreply.github.com> Date: Sat, 28 Nov 2020 20:44:31 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ee1787..ac46f64 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ isMod: Is it a game or a mod? changelog: Latest changelog available ``` -The serialization in JSON format of this object is possible through `JSON.stringfy()` while the deserialization must happen through the static method `GameInfo.fromJSON()`. +The serialization in JSON format of this object is possible through `JSON.stringify()` while the deserialization must happen through the static method `GameInfo.fromJSON()`. ## User data User data (after authentication) can be stored in a UserData object, consisting of the following fields: