Skip to content

Commit 86d104c

Browse files
author
Evgeniy Guseletov
committed
Merge pull request #57 from chaudruc/patch-1
Update repos.md
2 parents 8a9ccca + 80eaaef commit 86d104c

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)