Skip to content

Commit

Permalink
Fixed a typo in README (#74)
Browse files Browse the repository at this point in the history
Just stumbled across this and thought it might be worth fixing.
  • Loading branch information
bummzack authored and chillu committed Feb 10, 2017
1 parent f2190da commit 4805d63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ excessive load trying to load millions of records (default 100)
return Connection::create('paginatedReadMembers')
// ...
->setDefaultLimit(10)
->setMaximumLimit(100); // previous users requesting more than 100 records
->setMaximumLimit(100); // prevents users requesting more than 100 records
```

#### Nested Connections
Expand Down

0 comments on commit 4805d63

Please sign in to comment.