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:
authorChris Rebert <github@rebertia.com>2015-02-02 21:00:11 +0300
committerChris Rebert <github@rebertia.com>2015-02-02 21:00:11 +0300
commita9f5a22675c179b4f5be8412c675094b02b7ecfa (patch)
tree23000045e9963661e749c98c6df17374e75fb8fc
parent21098b331e67a223349d271e646ebec775ffa4d3 (diff)
parenta0410b1968f5e088db74dee9a5c8344f7f37cdda (diff)
Merge pull request #835 from mohnish/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 a56dfc0..9523327 100644
--- a/README.md
+++ b/README.md
@@ -295,7 +295,7 @@ To convert a specific branch or version, pass the branch name or the commit hash
The latest converter script is located [here][converter] and does the following:
* Converts upstream bootstrap LESS files to its matching SCSS file.
-* Copies all upstream JavaScript into `assets/javascripts/bootstrap`, an Sprockets manifest at `assets/javascripts/bootstrap-sprockets.js`, and a concatenation at `assets/javascripts/bootstrap.js`.
+* Copies all upstream JavaScript into `assets/javascripts/bootstrap`, a Sprockets manifest at `assets/javascripts/bootstrap-sprockets.js`, and a concatenation at `assets/javascripts/bootstrap.js`.
* Copies all upstream font files into `assets/fonts/bootstrap`.
* Sets `Bootstrap::BOOTSTRAP_SHA` in [version.rb][version] to the branch sha.