Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
merodiro committed Jan 18, 2018
1 parent 5451cd8 commit b006b07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b006b07

Please sign in to comment.