diff options
Diffstat (limited to 'js/README.md')
-rw-r--r-- | js/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/js/README.md b/js/README.md index ead9fc164cf..dd456591fb1 100644 --- a/js/README.md +++ b/js/README.md @@ -194,9 +194,9 @@ following command: npm pack ``` -This will generate the file `ice-3.7.5.tgz`, which can be installed by running: +This will generate the file `ice-3.8a0.tgz`, which can be installed by running: ``` -npm install ice-3.7.5.tgz +npm install ice-3.8a0.tgz ``` To use Ice for JavaScript with a browser, copy the appropriate JavaScript |