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 7c759ba7d32..a98efb32a44 100644 --- a/js/README.md +++ b/js/README.md @@ -190,9 +190,9 @@ following command: npm pack ``` -This will generate the file `ice-3.7.2.tgz`, which can be installed by running: +This will generate the file `ice-3.7.3.tgz`, which can be installed by running: ``` -npm install ice-3.7.2.tgz +npm install ice-3.7.3.tgz ``` To use Ice for JavaScript with a browser, copy the appropriate JavaScript |