From 6f2d8ae9b1ce160ad9b32ebc1ae0f4e4b3335763 Mon Sep 17 00:00:00 2001 From: Willian van der Velde Date: Wed, 11 Dec 2013 13:34:01 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 501dee9..dad38aa 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ gem 'spree_hstore', github: 'Willianvdv/spree_hstore_filter' Install the migrations and migrate ``` -$ bundle exec rake railties:install:migrations FROM=spree_hstore +$ bundle exec rails g spree_hstore:install $ bundle exec rake db:migrate ```