diff options
| author | Mark Otto <[email protected]> | 2012-08-22 10:44:41 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-08-22 10:44:41 -0700 |
| commit | 582b178723ee9b1f757bbed433ac83809f7aff03 (patch) | |
| tree | d2198aabab4b013b9148f26c1063f1449ea4062c | |
| parent | 535dfc21536f5766365047f0af532d8523c2affd (diff) | |
| download | bootstrap-582b178723ee9b1f757bbed433ac83809f7aff03.tar.xz bootstrap-582b178723ee9b1f757bbed433ac83809f7aff03.zip | |
fixes #4542 manually: typo in phantomjs and space between url in markdown
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 »</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. |
