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.
2 parents 8a9ccca + 80eaaef commit 86d104cCopy full SHA for 86d104c
doc/repos.md
@@ -25,7 +25,7 @@ $repos = $client->api('repo')->find('chess', array('language' => 'php'));
25
You can specify the page number:
26
27
```php
28
-$repos = $client->api('repo')->find('chess', array('language' => 'php', 'starting_page' => 2));
+$repos = $client->api('repo')->find('chess', array('language' => 'php', 'start_page' => 2));
29
```
30
31
### Get extended information about a repository
0 commit comments