From e8002ae17bf36900938f7f0d566db2692df0bd29 Mon Sep 17 00:00:00 2001 From: Ryan Pavlik Date: Tue, 21 Aug 2012 18:33:49 -0500 Subject: [PATCH] Fix typo in readme. Signed-off-by: Ryan Pavlik --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f6f1b54633a9..9ecb4f25acb7 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.