diff --git a/doc/issues.md b/doc/issues.md index 983bf5ec53b..67ff9556a4b 100644 --- a/doc/issues.md +++ b/doc/issues.md @@ -23,7 +23,7 @@ Returns an array of issues. $issues = $client->api('issue')->find('KnpLabs', 'php-github-api', 'closed', 'bug'); ``` -Returns an array of closed issues matching the "bug" term. +Returns an array of closed issues matching the "bug" term. For more complex searches, use the [search api](search.md) which supports the advanced GitHub search syntax. ### Get information about an issue