Browse Source

Test: Remove servez reference.

Mr.doob 2 days ago
parent
commit
adfc785952
1 changed files with 1 additions and 1 deletions
  1. 1 1
      test/unit/README.md

+ 1 - 1
test/unit/README.md

@@ -7,7 +7,7 @@
 You can run the unit tests in two environments:
 
 - Node.js: Execute `npm run test-unit` from the root folder
-- Browser: Execute `npx servez -p 8080 --ssl` (or run any other local web sever) from the root folder and access `https://localhost:8080/test/unit/UnitTests.html` in a web browser.
+- Browser: Execute `node utils/server.js` (or run any other local web server) from the root folder and access `http://localhost:8080/test/unit/UnitTests.html` in a web browser.
 
 See [Installation](https://threejs.org/docs/#manual/introduction/Installation) for more information.
 

粤ICP备19079148号