]> source.dussan.org Git - svg.js.git/commitdiff
fix wrong doc for local testing (#537)
authorJon Ege Ronnenberg <jon.ronnenberg@gmail.com>
Wed, 19 Oct 2016 00:15:17 +0000 (22:15 -0200)
committerGitHub <noreply@github.com>
Wed, 19 Oct 2016 00:15:17 +0000 (22:15 -0200)
* fix wrong doc for local testing

* fix html ending - thanks @RmiTtro

README.md

index 094078da7a6907d6a5692ff6af91199983757f8e..be222f1989efb04a057936841aeafe2628a39987 100644 (file)
--- 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