diff --git a/README.md b/README.md index eeaad7b..4ba8ac0 100644 --- a/README.md +++ b/README.md @@ -63,15 +63,16 @@ User data (after authentication) can be stored in a UserData object, consisting ``` username: Name of the logged in user avatarSrc: Source URL of the user's profile picture -watchedThreads: List of URLs of threads followed by the user +watchedGameThreads: List of URLs of threads followed by the user ``` ## Login results The outcome of the authentication process is represented by the LoginResult object: ``` -success: Was the authentication successful?; -message: Possible error message (unrecognized user, wrong password ...) or authentication successful message +success: Was the authentication successful? +message: Possible error message (unrecognized user, wrong password...) + or authentication successful message ``` # Logging