Skip to content

Commit 75d5016

Browse files
committed
Minor changes README#Tests.
1 parent 263ae33 commit 75d5016

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,8 +219,8 @@ Error: this is a demo
219219
This repo contains both automated tests for node and manual tests for the browser. The automated tests can be run using mocha (type `mocha` in the root directory). To run the manual tests:
220220

221221
* Build the tests using `build.js`
222-
* Visit `amd-test`, `browser-test`, and `browserify-test` using the HTTP protocol (`python -m SimpleHTTPServer` can be used on OS X)
223-
* The test `browserify-test` currently isn't working due to a bug with browserify. See pull request #66 for details.
222+
* Visit `amd-test`, `browser-test`, and `browserify-test` using the HTTP protocol (try `python -m SimpleHTTPServer` or use [http-server](https://www.npmjs.com/package/http-server))
223+
* The test `browserify-test` currently isn't working due to a bug with browserify. See pull request [#66](https://github.com/evanw/node-source-map-support/pull/66) for details.
224224
* For `header-test`, run `server.js` inside that directory and visit http://127.0.0.1:1337/
225225

226226
## License

0 commit comments

Comments
 (0)