Skip to content
This repository was archived by the owner on Jan 12, 2024. It is now read-only.

Commit 9f1f577

Browse files
author
anatolii
committed
readme file updated
1 parent 34e4c6f commit 9f1f577

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ $ composer require xparse/recursive-pagination
3737
print_r($allLinks);
3838

3939
```
40-
You can also specify custom xpath string or array to getNextPage() method
40+
You can also specify custom xpath string or array to `getNextPage()` method
4141

4242
```php
4343
while ($page = $paginator->getNextPage("//a[@class='pagination']/@href")) {

0 commit comments

Comments
 (0)