diff --git a/test/README.md b/test/README.md index 502befca4..bd414fa20 100644 --- a/test/README.md +++ b/test/README.md @@ -19,7 +19,7 @@ npm install ``` ### Start web server for development -Run `node test/server.js` then navigate your browser to `https://localhost:8080`. +From the root of the checkout do `cd test` then run `node server.js` and finally navigate your browser to `https://localhost:8080`. #### Run tests Runs grunt and tests in test/tests.js.