From ea58ccbb6af322a0d305085a2159f32785c83e81 Mon Sep 17 00:00:00 2001 From: Kurtis Rainbolt-Greene Date: Thu, 16 Aug 2018 10:32:02 -0700 Subject: [PATCH] Forgot to match the header --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 17a26ff..0c12eff 100644 --- a/README.md +++ b/README.md @@ -295,7 +295,7 @@ Rack::Attack.throttled_response = lambda do |env| end ``` -### X-RateLimit headers for well-behaved clients +### RateLimit headers for well-behaved clients While Rack::Attack's primary focus is minimizing harm from abusive clients, it can also be used to return rate limit data that's helpful for well-behaved clients.