Skip to content

Commit 707fdf5

Browse files
authored
Updated documentation about pagination
Added info about the page query parameter being 1-based and not 0-based.
1 parent a9f5a3b commit 707fdf5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

views/pages/documentation.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ https://randomuser.me/api/<span>?nat=us,dk,fr,gb</span>
222222
<section id="pagination">
223223
<h2>Pagination</h2>
224224
<p>You can request multiple pages of a seed with the <b>page</b> parameter.<br>
225-
Make sure that you use the same seed and page number in order to get back the same results</p>
225+
Make sure that you use the same seed and page number (1 based index) in order to get back the same results</p>
226226
<pre>
227227
https://randomuser.me/api/<span>?page=3&results=10&seed=abc</span>
228228
</pre>

0 commit comments

Comments
 (0)