From 882221212aad4f069b0902c020cc0a1222a34960 Mon Sep 17 00:00:00 2001 From: Zach Millman Date: Tue, 17 Jun 2014 11:38:50 -0700 Subject: [PATCH] Fix formatting of note on Rack::Attack::Request --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index faaf8e6..2617d21 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ end ``` Note: `Rack::Attack::Request` is just a subclass of `Rack::Attack` so that you -can cleanly [monkey patch helper methods] onto the +can cleanly monkey patch helper methods onto the [request object](https://github.com/kickstarter/rack-attack/blob/master/lib/rack/attack/request.rb). ## About Tracks