Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
timvandijck committed May 17, 2023
1 parent 4a4ee71 commit e609f66
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 @@ -236,6 +236,8 @@ Here's some extra info on the arguments you can pass:

`array $orderBy`: of OrderBy objects to sort the results by.

`array $offset`: Defaults to 0, you can use this in combination with the $limit param to have pagination.

For example:
```php
$orderBy = [
Expand Down

0 comments on commit e609f66

Please sign in to comment.