Skip to content

Commit 463d038

Browse files
chore: fix page_size snakecase
1 parent fc0e1e2 commit 463d038

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
@@ -193,7 +193,7 @@ The library automatically handles paging for you. Collections, such as `calls` a
193193

194194
`list` eagerly fetches all records and returns them as a list, whereas `stream` returns an iterator and lazily retrieves pages of records as you iterate over the collection. You can also page manually using the `page` method.
195195

196-
`pagesize` as a parameter is used to tell how many records should we get in every page and `limit` parameter is used to limit the max number of records we want to fetch.
196+
`page_size` as a parameter is used to tell how many records should we get in every page and `limit` parameter is used to limit the max number of records we want to fetch.
197197

198198
#### Use the `list` method
199199

0 commit comments

Comments
 (0)