Skip to content

Commit 80eaaef

Browse files
committed
Update repos.md
changed starting_page to start_page - that seems to work
1 parent 8eafe2e commit 80eaaef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/repos.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ $repos = $client->api('repo')->find('chess', array('language' => 'php'));
2525
You can specify the page number:
2626

2727
```php
28-
$repos = $client->api('repo')->find('chess', array('language' => 'php', 'starting_page' => 2));
28+
$repos = $client->api('repo')->find('chess', array('language' => 'php', 'start_page' => 2));
2929
```
3030

3131
### Get extended information about a repository

0 commit comments

Comments
 (0)