From eb81baf612fc7afc0e9f190ab56c29dae2a6a04f Mon Sep 17 00:00:00 2001 From: Aaron Suggs Date: Thu, 24 Apr 2014 07:45:48 -0500 Subject: [PATCH] Readme: installation => getting started --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1c137dd..7f5a8c5 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ See the [Backing & Hacking blog post](http://www.kickstarter.com/backing-and-hac [![Code Climate](https://codeclimate.com/github/kickstarter/rack-attack.png)](https://codeclimate.com/github/kickstarter/rack-attack) -## Installation +## Getting started Install the [rack-attack](http://rubygems.org/gems/rack-attack) gem; or add it to you Gemfile with bundler: @@ -40,7 +40,7 @@ Add a `rack-attack.rb` file to `config/initalizers/`: ```ruby # In config/initializers/rack-attack.rb module Rack::Attack - # configuration... + # your custom configuration... end ```