From d21b973d9e8078d9ee7708daa373678782d49445 Mon Sep 17 00:00:00 2001 From: Tieg Zaharia Date: Wed, 15 Aug 2012 16:45:37 -0300 Subject: [PATCH] Minor typos fix --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6d89c84..60d88e0 100644 --- a/README.md +++ b/README.md @@ -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