From a6645a052b0b5d33930e1d2d7791e4315418857b Mon Sep 17 00:00:00 2001 From: Jon Ege Ronnenberg Date: Tue, 18 Oct 2016 22:15:17 -0200 Subject: [PATCH] fix wrong doc for local testing (#537) * fix wrong doc for local testing * fix html ending - thanks @RmiTtro --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 094078d..be222f1 100644 --- a/README.md +++ b/README.md @@ -4082,14 +4082,13 @@ The resulting files are: ## Testing There is two ways to run the test suite. One is from the command line and the other is in your browser. -To run the test suit at the command line, you need to have Firefox installed. +To run the test suite at the command line, you need to have Firefox installed. ```sh $ npm test ``` -To run the test suite in your browser, you need to serve the root project folder with an HTTP server like [ecstatic](https://github.com/jfhbrook/node-ecstatic) or [Apache](https://httpd.apache.org/). -Navigate to `/spec/SpecRunner.htm` to run the tests. +To run the test suite in your default browser, simply open `/spec/SpecRunner.html`. Usually by double click. ## Compatibility -- 2.39.5