Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap-sass.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGleb Mazovetskiy <glex.spb@gmail.com>2014-07-25 15:30:00 +0400
committerGleb Mazovetskiy <glex.spb@gmail.com>2014-07-25 15:30:00 +0400
commit1875f33adb95819a8fa9d19baf143212c39a8fbd (patch)
treec1126984e910b78b39c338fac14372121fb34462
parentd5625c907168b6311be122b99d89614e02448475 (diff)
fix typo #675 [ci skip]
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 4bb4bbfe..18b028d9 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