aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJon Ege Ronnenberg <jon.ronnenberg@gmail.com>2016-10-18 22:15:17 -0200
committerGitHub <noreply@github.com>2016-10-18 22:15:17 -0200
commita6645a052b0b5d33930e1d2d7791e4315418857b (patch)
tree2c872893d3708d9a043ad1654273e9d11bb6bd81 /README.md
parent27c958202d99da2923a60cd82f15085e87e88c5e (diff)
downloadsvg.js-a6645a052b0b5d33930e1d2d7791e4315418857b.tar.gz
svg.js-a6645a052b0b5d33930e1d2d7791e4315418857b.zip
fix wrong doc for local testing (#537)
* fix wrong doc for local testing * fix html ending - thanks @RmiTtro
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files 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