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>2016-05-07 00:53:29 +0300
committerGleb Mazovetskiy <glex.spb@gmail.com>2016-05-07 00:53:29 +0300
commit66202d0d758b1b37036face7b9dc3400ad885243 (patch)
treebe0eb47065e3060cb9d248305e3807ccf9a49f0c
parent36b5f3f9b4fd383381c87cbdfbab253d5501d6b2 (diff)
parentc95acd3642de49f422b34124df001017266c4b92 (diff)
Merge pull request #38 from mparramont/patch-1
Fix typo
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index aad01b8..3d92467 100644
--- a/README.md
+++ b/README.md
@@ -27,7 +27,7 @@ Ensure that `sprockets-rails` is at least v2.3.2.
Import Bootstrap styles in `app/assets/stylesheets/application.scss`:
```scss
-// Custom bootstrap variables must be set or import before bootstrap itself.
+// Custom bootstrap variables must be set or imported before bootstrap itself.
@import "bootstrap";
```