Skip to content

Commit 0b2f5c1

Browse files
authored
Merge pull request #84 from deisterhold/patch-1
Updated documentation about pagination
2 parents a9f5a3b + 707fdf5 commit 0b2f5c1

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)