Skip to content

Commit

Permalink
Merge pull request #161 from noahpryor/patch-1
Browse files Browse the repository at this point in the history
change Rails 3 references to Rails 3+
  • Loading branch information
kmayer committed Feb 4, 2014
2 parents 5e8b422 + 93df55a commit 09494c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -7,7 +7,7 @@ Helpful rake tasks for Heroku.

## Install

### Rails 3
### Rails 3+

Add this to your `Gemfile`:

Expand Down Expand Up @@ -63,7 +63,7 @@ Update your `Rakefile`:

In `config/heroku.yml` you will need to add the Heroku apps that you would like to attach to this project. You can generate this file by running:

### Rails 3
### Rails 3+

```sh
rails generate heroku_san
Expand Down

0 comments on commit 09494c3

Please sign in to comment.