From d8b558c4806658197b089f4cba6731e5577e584b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Trung=20L=C3=AA?= Date: Wed, 24 Jul 2013 10:31:18 +1000 Subject: [PATCH] Update rails version in README [ci skip] --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0587c6196be..894dd21ed56 100755 --- a/README.md +++ b/README.md @@ -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 ```