Skip to content

Commit

Permalink
Fix grammar
Browse files Browse the repository at this point in the history
in this context it would be better to use "little".
  • Loading branch information
twmbx authored Apr 1, 2017
1 parent c242da0 commit b562532
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 @@ -122,7 +122,7 @@ and `X-Ratelimit-*` headers for `n reqs/duration`.
only one middleware for [Gin][4] framework and too Redis-coupled. We rather
prefer to use a "store" approach.

3. [Tollbooth][5]. Good one too but does both too much and too less. It limits by
3. [Tollbooth][5]. Good one too but does both too much and too little. It limits by
remote IP, path, methods, custom headers and basic auth usernames... but does not
provide any Redis support (only *in-memory*) and a ready-to-go middleware that sets
`X-Ratelimit-*` headers. `tollbooth.LimitByRequest(limiter, r)` only returns an HTTP
Expand Down

0 comments on commit b562532

Please sign in to comment.