docs: fix typo

This commit is contained in:
Gonzalo Rodriguez 2018-10-30 10:27:46 -03:00
parent 093d809eae
commit ef7fe67b5e
No known key found for this signature in database
GPG key ID: 5DB8B81B049B8AB1

View file

@ -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.