We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad546e2 commit 3814613Copy full SHA for 3814613
doc/users.md
@@ -6,11 +6,7 @@ Wrap [GitHub User API](http://developer.github.com/v3/users/).
6
7
### Search for users by keyword
8
9
-```php
10
-$users = $client->api('user')->find('KnpLabs');
11
-```
12
-
13
-Returns an array of found users.
+Use the [Search API](https://github.com/KnpLabs/php-github-api/blob/master/doc/search.md#search-users) to find users by keyword.
14
15
### Lists all users, in the order they signed up, since the last user you've seen
16
0 commit comments