Skip to content

Commit d37ba51

Browse files
committed
chore: update README
1 parent a725749 commit d37ba51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -355,8 +355,8 @@ console.log(directories)
355355
Note that we're only interested in entries under the `cats` directory, which is why we're using a trailing slash.
356356
Without it, other keys like `catsuit` would also match.
357357

358-
For performance reasons, the server groups entries into multiple pages with a given size. By default, the `list()`
359-
method automatically retrieves all pages, meaning you'll always get the full list of results.
358+
For performance reasons, the server groups results into pages of up to 1,000 entries. By default, the `list()` method
359+
automatically retrieves all pages, meaning you'll always get the full list of results.
360360

361361
If you'd like to handle this pagination manually, you can supply the `paginate` parameter, which makes `list()` return
362362
an [`AsyncIterator`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/AsyncIterator).

0 commit comments

Comments
 (0)