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: