From 61e0d9d4bad07f9096888a5df42a6b95252da835 Mon Sep 17 00:00:00 2001 From: Maarethyu Date: Thu, 26 Jan 2017 19:05:00 +0100 Subject: [PATCH] Fixed wrong Enum name --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4c30a03e..09b3a285 100644 --- a/README.md +++ b/README.md @@ -321,9 +321,9 @@ When we get unfriended, instead of setting the value to `EFriendRelationship.Non ### myGroups -An object whose keys are 64-bit SteamIDs, and whose values are from the `EFriendRelationship` enum. Therefore, you can deduce which groups you're in from this object. +An object whose keys are 64-bit SteamIDs, and whose values are from the `EClanRelationship` enum. Therefore, you can deduce which groups you're in from this object. -When we leave a group, instead of setting the value to `EFriendRelationship.None`, the key is deleted from the object entirely. +When we leave a group, instead of setting the value to `EClanRelationship.None`, the key is deleted from the object entirely. ### myFriendGroups