From 46f2b56ee3ed8319ffc575eef3500b08f9ffab9f Mon Sep 17 00:00:00 2001 From: Aaron Suggs Date: Thu, 20 Jun 2013 11:20:52 -0400 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ec5e6c0..f455088 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ A [Rack::Request](http://rack.rubyforge.org/doc/classes/Rack/Request.html) objec #### Fail2Ban -`Fail2Ban.filter` can be used within a blacklists to block all requests from misbehaving clients. +`Fail2Ban.filter` can be used within a blacklist to block all requests from misbehaving clients. This pattern is inspired by [fail2ban](http://www.fail2ban.org/wiki/index.php/Main_Page). See the [fail2ban documentation](http://www.fail2ban.org/wiki/index.php/MANUAL_0_8#Jail_Options) for more details on how the parameters work.