Skip to content

Commit

Permalink
Update rails version in README [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
Trung L锚 committed Jul 24, 2013
1 parent 2d31d8a commit d8b558c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -38,9 +38,9 @@ The fastest way to get started is by using the spree command line tool
available in the spree gem which will add Spree to an existing Rails application.

```shell
gem install rails -v 3.2.13
gem install rails -v 3.2.14
gem install spree
rails _3.2.13_ new my_store
rails _3.2.14_ new my_store
spree install my_store
```

Expand Down

0 comments on commit d8b558c

Please sign in to comment.