Browse Source

Update README.md

Maurits van der Schee 6 years ago
parent
commit
5089f92b2c
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      README.md

+ 1
- 1
README.md View File

@@ -732,7 +732,7 @@ It also sets the column "customer_id" on "create" to "12" and removes the column
732 732
 ### Prevent high load and scraping
733 733
 
734 734
 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:
736 736
 
737 737
     'pageLimits.pages' => 10,
738 738
     'pageLimits.records' => 25,

Loading…
Cancel
Save