From 7b0cc85fa1c4faa60ab8224f3ba3d529cce66583 Mon Sep 17 00:00:00 2001 From: Brandon Nozaki Miller Date: Sat, 9 Jan 2016 01:04:00 -0800 Subject: [PATCH] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 360bf18..6366eae 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ This work is licenced via the [DBAD Public Licence](http://www.dbad-license.org/ ` npm test ` will run the jasmine tests with istanbul for node-ipc and generate a coverage report in the spec folder. -You may want to install jasmine and node globally with ` sudo npm install -g jasmine istanbul ` +You may want to install jasmine and istanbul globally with ` sudo npm install -g jasmine istanbul ` Tests are currently being re-written in Jasmine and Istanbul and as of the last commit the test servers do not yet auto close after completion so you may want to manually kill them after running the test suite.