From e1e315181a0e53394a5cf7215d7085696f8f48a5 Mon Sep 17 00:00:00 2001 From: Hayley Anderson Date: Wed, 13 May 2015 11:30:25 -0400 Subject: [PATCH] Fix typos * Change "you Gemfile" to "your Gemfile" * Change "config/initalizers" to "config/initializers" --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e7a23fa..9014344 100644 --- a/README.md +++ b/README.md @@ -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