From 1e955cc60da536ffbf8ef365736f443edb14f5e0 Mon Sep 17 00:00:00 2001 From: "Amir E. Aharoni" Date: Mon, 8 Oct 2012 07:42:58 +0200 Subject: [PATCH] Update readme with working test commands --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a1dcfc6..07d5a9e 100644 --- a/README.md +++ b/README.md @@ -40,9 +40,9 @@ If not, run: npm install ``` -To run tests locally, run `grunt`, and this will run the tests in PhantomJS. +To run tests locally, run `grunt test`. This will run the tests in PhantomJS. -You can also run the tests in a browser by navigating to the `test/` directory, but first run `grunt` to install submodules. +You can also run the tests in a browser by navigating to the `test/` directory, but first run `grunt` to install the submodules. Coding style -------------