From b006b07404d1511805f969e49e6fed02593b4f8e Mon Sep 17 00:00:00 2001 From: "Amr A.Mohammed" Date: Thu, 18 Jan 2018 15:17:32 +0200 Subject: [PATCH] update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7d74b6e..c75df78 100644 --- a/README.md +++ b/README.md @@ -73,11 +73,11 @@ $user->checkFriendship($anotherUser); ``` it returns -* `same user` => if the user you are checking against is yourself +* `same_user` => if the user you are checking against is yourself * `friends` => if they are friends * `waiting` => if the first user sent request to the second * `pending` => if the second user sent request to the first -* `not friends` => if they are not friends and no friend requests +* `not_friends` => if they are not friends and no friend requests #### Check if two users are friends ```php