From 547185baa2c3eb3d2269f7b113783532260202dc Mon Sep 17 00:00:00 2001 From: Andrew Hooker Date: Sun, 24 Jun 2012 22:04:41 -0300 Subject: [PATCH] readme migration command fixes --- README.textile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.textile b/README.textile index a6e7dfa..de63f3b 100644 --- a/README.textile +++ b/README.textile @@ -29,10 +29,10 @@ To make use of @digital_spree@, you need to add this line to your @Gemfile@: gem 'spree_digital', :git => 'git://github.com/funkensturm/spree_digital.git', :branch => 'master' -The following terminal commands will copy the file "spree_digital/db/migration/20110410134726_create_digitals.rb":http://github.com/funkensturm/spree_digital/blob/master/db/migrate/20110410134726_create_digitals.rb to the corresponding directory in your Rails application and apply the migration to your database. +The following terminal commands will copy the migration files to the corresponding directory in your Rails application and apply the migrations to your database.
-  rake spree_digital:install
+  rake spree_digital:install:migrations
   rake db:migrate