From: Mark Otto Date: Wed, 22 Aug 2012 17:44:41 +0000 (-0700) Subject: fixes #4542 manually: typo in phantomjs and space between url in markdown X-Git-Tag: v2.1.1~66 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=582b178723ee9b1f757bbed433ac83809f7aff03;p=thirdparty%2Fbootstrap.git fixes #4542 manually: typo in phantomjs and space between url in markdown --- diff --git a/README.md b/README.md index f6f1b54633..d9850fda08 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. Read more in our docs » + **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.