From 3f3b8dbfb995e688ff11fc53ddfe1863994f624b Mon Sep 17 00:00:00 2001 From: Filip Andersson Date: Wed, 30 Oct 2013 06:50:59 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b477f6f2..b76ce32e 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ See [The `ripple-lib` Guides](docs/GUIDES.md) and [The `ripple-lib` API Referenc 2. `cd` into the repository and install dependencies with `npm install` -3. `npm test` or `make test` +3. `npm test` or `make test` or `node_modules\.bin\mocha test\*-test.js` **Generating code coverage**