Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
cerbero90 committed Feb 7, 2024
1 parent cd7116c commit 90996e7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,8 @@ We can tackle this kind of pagination by indicating the key or the header holdin

```php
LazyJsonPages::from($source)->cursor('pagination.cursor');

LazyJsonPages::from($source)->cursor('X-Cursor');
```

The cursor may be a number, a string or a URI: Lazy JSON Pages supports them all.
Expand Down

0 comments on commit 90996e7

Please sign in to comment.