aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-08-22 10:44:41 -0700
committerMark Otto <[email protected]>2012-08-22 10:44:41 -0700
commit582b178723ee9b1f757bbed433ac83809f7aff03 (patch)
treed2198aabab4b013b9148f26c1063f1449ea4062c
parent535dfc21536f5766365047f0af532d8523c2affd (diff)
downloadbootstrap-582b178723ee9b1f757bbed433ac83809f7aff03.tar.xz
bootstrap-582b178723ee9b1f757bbed433ac83809f7aff03.zip
fixes #4542 manually: typo in phantomjs and space between url in markdown
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index f6f1b5463..d9850fda0 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 phantomjs installed.
+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.