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:
authorJustin Patrin <justin@idle-games.com>2013-04-17 00:07:05 +0400
committerJustin Patrin <justin@idle-games.com>2013-04-17 00:07:05 +0400
commit496f1933bb5a3572f50bbb972124770e71c56e48 (patch)
tree85f919a3cbca9cc35057a110ff2f48a95a827b6b /README.md
parent37d0a30589e8bd74299b2d857c348d91396563ed (diff)
watchr should be lower-case
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 45b151e15f..c4a008d39e 100644
--- a/README.md
+++ b/README.md
@@ -72,7 +72,7 @@ Runs the recess compiler to rebuild the `/less` files and compiles the docs. Req
Runs jshint and qunit tests headlessly in [phantomjs](http://code.google.com/p/phantomjs/) (used for ci). Depends on having phantomjs installed.
#### 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, be sure to first uninstall any previous versions (global and local) you may have installed, and then rerun `npm install`.