From ef7fe67b5eb7b32eca7a67d906d5a065cb18341e Mon Sep 17 00:00:00 2001 From: Gonzalo Rodriguez Date: Tue, 30 Oct 2018 10:27:46 -0300 Subject: [PATCH] docs: fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 03b714c..8ca6104 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ __IMPORTANT__: By default, rack-attack won't perform any blocking or throttling, ## Usage -*Tip:*If you just want to get going asap, then you can take our [example configuration](docs/example_configuration.md) +*Tip:* If you just want to get going asap, then you can take our [example configuration](docs/example_configuration.md) and tailor it to your needs, or check out the [advanced configuration](docs/advanced_configuration.md) examples. Define rules by calling `Rack::Attack` public methods, in any file that runs when your application is being initialized. For rails applications this means creating a new file named `config/initializers/rack_attack.rb` and writing your rules there.