correct instructions in README about how to run the test suite

This commit is contained in:
Peter Snyder 2017-10-22 01:58:26 -05:00
parent eccdc411db
commit 5ab89724b6

View file

@ -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