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

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <otto@github.com>2013-04-20 23:13:05 +0400
committerMark Otto <otto@github.com>2013-04-20 23:13:05 +0400
commite60c07327b0b5d4ff6700b8848ba77c3040144d5 (patch)
tree966cd4c49d2249dc7ab4e47b056ce5b49dd60d1f /README.md
parentba7d928c37706aabcd1b39daaa99ea30d7c6ca7a (diff)
parent496f1933bb5a3572f50bbb972124770e71c56e48 (diff)
Merge branch 'reversefold-master' into 3.0.0-wip
Conflicts: README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1cf79d3bf0..3ecafb6f1f 100644
--- a/README.md
+++ b/README.md
@@ -58,7 +58,7 @@ When completed, you'll be able to run the various make commands provided:
Runs jshint and qunit tests headlessly in [phantomjs](http://code.google.com/p/phantomjs/) (used for ci). **Requires phantomjs.**
#### watch - `make watch`
-This is a convenience method for watching just Less files and automatically building them whenever you save. **Requires the Watchr gem.**
+This is a convenience method for watching just Less files and automatically building them whenever you save. **Requires the watchr gem.**
Should you encounter problems with installing dependencies or running the makefile commands, uninstall any previous versions (global and local) you may have installed, and then rerun `npm install`.