From 7af55447cc9c711e8a08a7a0db75ea2718e84303 Mon Sep 17 00:00:00 2001 From: Leslie Zhang Date: Fri, 8 Jan 2016 15:33:44 +0800 Subject: [PATCH] Fix typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b669ef9..2d08b7c 100644 --- a/README.md +++ b/README.md @@ -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).