Fix typo in README.md

This commit is contained in:
brchristian 2014-08-15 09:03:38 -07:00
parent 7820986d9c
commit 4a724d8c8b

View file

@ -113,7 +113,7 @@ end
```ruby
# Block requests from 1.2.3.4
Rack::Attack.blacklist('block 1.2.3.4') do |req|
# Request are blocked if the return value is truthy
# Requests are blocked if the return value is truthy
'1.2.3.4' == req.ip
end