mirror of
https://github.com/samsonjs/rack-attack.git
synced 2026-03-26 09:35:49 +00:00
Fix typos
* Change "you Gemfile" to "your Gemfile" * Change "config/initalizers" to "config/initializers"
This commit is contained in:
parent
e25ab0a313
commit
e1e315181a
1 changed files with 2 additions and 2 deletions
|
|
@ -15,7 +15,7 @@ See the [Backing & Hacking blog post](http://www.kickstarter.com/backing-and-hac
|
|||
|
||||
## Getting started
|
||||
|
||||
Install the [rack-attack](http://rubygems.org/gems/rack-attack) gem; or add it to you Gemfile with bundler:
|
||||
Install the [rack-attack](http://rubygems.org/gems/rack-attack) gem; or add it to your Gemfile with bundler:
|
||||
|
||||
```ruby
|
||||
# In your Gemfile
|
||||
|
|
@ -36,7 +36,7 @@ Or for Rackup files:
|
|||
use Rack::Attack
|
||||
```
|
||||
|
||||
Add a `rack-attack.rb` file to `config/initalizers/`:
|
||||
Add a `rack-attack.rb` file to `config/initializers/`:
|
||||
```ruby
|
||||
# In config/initializers/rack-attack.rb
|
||||
class Rack::Attack
|
||||
|
|
|
|||
Loading…
Reference in a new issue