Merge pull request #158 from fighterleslie/typoFix

Fix typo in README.md
This commit is contained in:
Aaron Suggs 2016-01-08 09:46:56 -05:00
commit 18147e244e

View file

@ -83,7 +83,7 @@ def call(env)
end
```
Note: `Rack::Attack::Request` is just a subclass of `Rack::Attack` so that you
Note: `Rack::Attack::Request` is just a subclass of `Rack::Request` so that you
can cleanly monkey patch helper methods onto the
[request object](https://github.com/kickstarter/rack-attack/blob/master/lib/rack/attack/request.rb).