Skip to content

Commit

Permalink
Merge pull request #21 from twoSeats/patch-1
Browse files Browse the repository at this point in the history
Fix grammar
  • Loading branch information
novln authored Aug 16, 2017
2 parents 322c515 + b562532 commit 619f3ae
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 @@ -125,7 +125,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 619f3ae

Please sign in to comment.