Skip to content

Commit

Permalink
Fix reference to 'app/stylesheets' in upgrade instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
gjastrab committed Feb 17, 2012
1 parent 2daf951 commit 116838d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ older versions of rails that do not use the assets pipeline.
If you have your stylesheets already in `app/stylesheets`, you have two choices:

1. Move your stylesheets to `app/assets/stylesheets`.
2. Configure your project to look in `app/assets/stylesheets` by setting
2. Configure your project to look in `app/stylesheets` by setting
`config.compass.sass_dir = "app/stylesheets"` in your rails
configuration or by setting `sass_dir = "app/stylesheets"` in your
compass configuration file.
Expand Down

0 comments on commit 116838d

Please sign in to comment.