Merge pull request #1 from tiegz/patch-1

Minor typos fix
This commit is contained in:
Aaron Suggs 2012-08-15 13:56:58 -07:00
commit ab3a540834

View file

@ -1,10 +1,10 @@
# Rack::Attack!!!
*A DSL for blocking & thottling abusive clients*
*A DSL for blocking & throttling abusive clients*
Rack::Attack is a rack middleware to protect your web app from bad clients.
It allows *whitelisting*, *blacklisting*, and *thottling* based on arbitrary properties of the request.
It allows *whitelisting*, *blacklisting*, and *throttling* based on arbitrary properties of the request.
Thottle state is stored in a configurable cache (e.g. `Rails.cache`), presumably backed by memcached.
Throttle state is stored in a configurable cache (e.g. `Rails.cache`), presumably backed by memcached.
## Installation