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

github.com/twbs/bootstrap-rubygem.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGleb Mazovetskiy <glex.spb@gmail.com>2014-10-31 21:35:40 +0300
committerGleb Mazovetskiy <glex.spb@gmail.com>2014-10-31 21:35:40 +0300
commit7008c00cb46ed048b3b4a607ec4e531e0693f865 (patch)
tree496c342bceb86bc0d06a1acb60a940e6e0e09a05
parent0d0b7ac5fca5ec4110cea70ccc257e64ae664ebe (diff)
fix readme typo
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 814ed2e..165f6b7 100644
--- a/README.md
+++ b/README.md
@@ -58,7 +58,7 @@ Require Bootstrap Javascripts in `app/assets/javascripts/application.js`:
#### Bower with Rails
-When using [bootstrap-sass Bower package](#c-bower) instead of the gem in Rails, configure Bootstrap asset paths:
+When using [bootstrap-sass Bower package](#c-bower) instead of the gem in Rails, configure asset paths:
```ruby
# config/application.rb
@@ -76,7 +76,7 @@ end
Replace Bootstrap `@import` statements in `application.css.scss` with:
-```sass
+```scss
$icon-font-path: "bootstrap-sass/assets/fonts/bootstrap/";
@import "bootstrap-sass/assets/stylesheets/bootstrap-sprockets";
@import "bootstrap-sass/assets/stylesheets/bootstrap";