From c51676d29501a6df828a1b5c6d5f065734a37f89 Mon Sep 17 00:00:00 2001 From: Paul Coates Date: Mon, 19 May 2014 11:14:50 -0700 Subject: [PATCH] Updated README.md to reflect optional limit and period parmas for tracks. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 25bc84f..278c224 100644 --- a/README.md +++ b/README.md @@ -188,7 +188,7 @@ end ### Tracks ```ruby -# Track requests from a special user agent +# Track requests from a special user agent, supports limit and period options like throttle. Rack::Attack.track("special_agent") do |req| req.user_agent == "SpecialAgent" end