Skip to content

Commit

Permalink
fix typos in the README
Browse files Browse the repository at this point in the history
Fixes #1186.
  • Loading branch information
lucapette authored and radar committed Feb 23, 2012
1 parent abe12d9 commit fddcda5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -34,7 +34,7 @@ application.
$ rails new my_store
$ spree install my_store

This will add the Spree gem, create intitializers, copy migrations and
This will add the Spree gem, create initializers, copy migrations and
optionally generate sample products and orders.

If you get an "Unable to resolve dependencies" error when installing the Spree gem then you can try installing just the spree_cmd gem which should avoid any circular dependency issues.
Expand All @@ -57,7 +57,7 @@ Update your bundle

$ bundle install

Use the install generator to copy migrations, intializers and generate
Use the install generator to copy migrations, initializers and generate
sample data.

$ rails g spree:install
Expand Down

0 comments on commit fddcda5

Please sign in to comment.