summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorJoe George <joe@zeroc.com>2019-01-25 11:06:17 -0500
committerJoe George <joe@zeroc.com>2019-01-25 11:06:27 -0500
commit9bf526c4c6bf911b801490a8ca16e5ba801c257f (patch)
tree9f528813297aeb9d8f27e3cdb81beb69d8f71eb5 /js
parentUpdate Gradle Ice builder version used in Java builds (diff)
downloadice-9bf526c4c6bf911b801490a8ca16e5ba801c257f.tar.bz2
ice-9bf526c4c6bf911b801490a8ca16e5ba801c257f.tar.xz
ice-9bf526c4c6bf911b801490a8ca16e5ba801c257f.zip
Fix js/README.md typo
Diffstat (limited to 'js')
-rw-r--r--js/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/README.md b/js/README.md
index 5a626663e14..7c759ba7d32 100644
--- a/js/README.md
+++ b/js/README.md
@@ -90,7 +90,7 @@ failure, the tests abort with `failed`.
You can start the browser tests with:
```
-python allTest.py --browser Manual
+python allTests.py --browser Manual
```
Then open the test page (http://127.0.0.1:8080/start) using a web browser.
@@ -100,7 +100,7 @@ a recent version of Chrome, Firefox, Microsoft Edge or Safari.
If you are using another web browser, such as Internet Explorer, you should
use instead:
```
-python allTest.py --browser Manual --es5
+python allTests.py --browser Manual --es5
```
Then open the test page (http://127.0.0.1:8080/es5/start)