From 5ab89724b68d4395d5b9c1501c4272b3e99ffdb9 Mon Sep 17 00:00:00 2001 From: Peter Snyder Date: Sun, 22 Oct 2017 01:58:26 -0500 Subject: [PATCH] correct instructions in README about how to run the test suite --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0c2dc82..989c9c5 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ To run the tests, give the following a try: ``` # install the development libraries -npm install dev +npm install # copy the skelleton config file to where the test scripts expect it to be. cp test.config.example.js test.config.js