From b664f7894134dc3f6407f933f79b8bb53051da51 Mon Sep 17 00:00:00 2001 From: MillenniumEarl Date: Wed, 3 Mar 2021 10:59:48 +0100 Subject: [PATCH] Update class name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ac46f64..108ca74 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ changelog: Latest changelog available 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: +User data (after authentication) can be stored in a UserProfile object, consisting of the following fields: ``` username: Name of the logged in user