From 711ba9bf99bdaabb3e7747e246350345f0c25af7 Mon Sep 17 00:00:00 2001 From: Carlos Contreras Date: Tue, 31 Jul 2018 15:38:16 -0500 Subject: [PATCH] Fix copy on safelist description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9a09558..213b43e 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ Rack::Attack.safelist_ip("5.6.7.0/24") #### `safelist(name, &block)` -Name your custom safelist and make your ruby-block argument return a truthy value if you want the request to be blocked, and falsy otherwise. +Name your custom safelist and make your ruby-block argument return a truthy value if you want the request to be allowed, and falsy otherwise. The request object is a [Rack::Request](http://www.rubydoc.info/gems/rack/Rack/Request).