From 1875f33adb95819a8fa9d19baf143212c39a8fbd Mon Sep 17 00:00:00 2001 From: Gleb Mazovetskiy Date: Fri, 25 Jul 2014 13:30:00 +0200 Subject: fix typo #675 [ci skip] --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 4bb4bbf..18b028d 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ gem 'autoprefixer-rails' `bundle install` and restart your server to make the files available through the pipeline. -In `app/assets/application.css.scss`: +In `app/assets/stylesheets/application.css.scss`: ```scss @import "bootstrap-sprockets"; @@ -35,7 +35,7 @@ In `app/assets/application.css.scss`: Do not use `//= require` in Sass or your other stylesheets will not be [able to access][antirequire] the Bootstrap mixins or variables. -In `app/assets/application.js`: +In `app/assets/javascripts/application.js`: ```js //= require jquery -- cgit v1.2.3