Skip to content

Commit 5089f92

Browse files
authored
Update README.md
1 parent 0837101 commit 5089f92

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
@@ -732,7 +732,7 @@ It also sets the column "customer_id" on "create" to "12" and removes the column
732732
### Prevent high load and scraping
733733

734734
You may use the "pageLimits" middleware to limit the page number and the number records returned from a list operation.
735-
If you want no more than 10 pages with a maximum of 25 records each, you can specify:
735+
If you want to allow no more than 10 pages with a maximum of 25 records each, you can specify:
736736

737737
'pageLimits.pages' => 10,
738738
'pageLimits.records' => 25,

0 commit comments

Comments
 (0)