README.rdoc in spree_static_content-0.30.0 vs README.rdoc in spree_static_content-0.40.0

- old
+ new

@@ -25,9 +25,10 @@ <% end %> </ul> == Installation -1. Add `gem "spree_static_content"` to your Gemfile +1. Add `gem "spree_static_content"` and `gem "spree_editor", :path => "../../spree_editor"` to your Gemfile 1. Run `bundle install` 1. Run `rails g spree_static_content:install` 1. Run `rake db:migrate` +1. Run `rake spree_editor:install`