From fda641fb6cf78c577309b88668b5bae0b6f6912b Mon Sep 17 00:00:00 2001 From: Bradly Feeley Date: Sat, 13 Oct 2012 18:37:18 -0700 Subject: [PATCH] Updating README link about Less compilation. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 82d515d191..23268862b3 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ $ npm install recess connect uglify-js jshint -g ``` + **build** - `make` -Runs the recess compiler to rebuild the `/less` files and compiles the docs pages. Requires recess and uglify-js. Read more in our docs » +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 [phantomjs](http://code.google.com/p/phantomjs/) (used for ci). Depends on having phantomjs installed.