From 8ed2d7aa14687ad57d08739db866cc2b76a76ebc Mon Sep 17 00:00:00 2001 From: Aaron Suggs Date: Thu, 16 Aug 2012 10:46:57 -0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 60d88e0..0f6c61c 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ The Rack::Attack middleware compares each request against *whitelists*, *blackli ## Usage -Define blacklists, throttles, and whitelists as blocks that return truthy of falsy values. +Define blacklists, throttles, and whitelists as blocks that return truthy values if matched, falsy otherwise. A [Rack::Request](http://rack.rubyforge.org/doc/classes/Rack/Request.html) object is passed to the block (named 'req' in the examples). ### Blacklists