aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-08-05 00:15:09 -0700
committerMark Otto <[email protected]>2012-08-05 00:15:09 -0700
commitf61dd7239bfe0aa750f4f0d4db74d5e060ea1183 (patch)
treeee59e222bf747e45865281501da61ba0af519492
parent33c6ab9b208ed01c4bd0909dd9aa5fc90280f049 (diff)
downloadbootstrap-f61dd7239bfe0aa750f4f0d4db74d5e060ea1183.tar.xz
bootstrap-f61dd7239bfe0aa750f4f0d4db74d5e060ea1183.zip
fixes #4277: typo
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index f3b2bf563..22bf33f71 100644
--- a/README.md
+++ b/README.md
@@ -92,7 +92,7 @@ $ npm install recess connect uglify-js jshint -g
Runs the recess compiler to rebuild the `/less` files and compiles the docs pages. Requires recess and uglify-js. <a href="http://twitter.github.com/bootstrap/less.html#compiling">Read more in our docs &raquo;</a>
+ **test** - `make test`
-Runs jshint and qunit tests headlessly in [phatomjs] (http://code.google.com/p/phantomjs/) (used for ci). Depends on having phatomjs installed.
+Runs jshint and qunit tests headlessly in [phatomjs] (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.