summaryrefslogtreecommitdiff
path: root/js/BuildInstructions.md
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2017-05-03 18:28:04 +0200
committerBenoit Foucher <benoit@zeroc.com>2017-05-03 18:28:04 +0200
commit9cd4736682f76b22eb3e7e947a73171df2c86c32 (patch)
treee013fab8900b9ba58a8b85de106c97d5c5330ee2 /js/BuildInstructions.md
parentMerge remote-tracking branch 'origin/3.7' (diff)
downloadice-9cd4736682f76b22eb3e7e947a73171df2c86c32.tar.bz2
ice-9cd4736682f76b22eb3e7e947a73171df2c86c32.tar.xz
ice-9cd4736682f76b22eb3e7e947a73171df2c86c32.zip
Updated version to 3.7.0
Diffstat (limited to 'js/BuildInstructions.md')
-rw-r--r--js/BuildInstructions.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/BuildInstructions.md b/js/BuildInstructions.md
index c67c02f4133..39459cbf655 100644
--- a/js/BuildInstructions.md
+++ b/js/BuildInstructions.md
@@ -128,9 +128,9 @@ following command:
> npm pack
-This will generate the file `ice-3.7b0.tgz`, which can be installed by running:
+This will generate the file `ice-3.7.0.tgz`, which can be installed by running:
- > npm install <path_to_file>/ice-3.7b0.tgz
+ > npm install <path_to_file>/ice-3.7.0.tgz
To use Ice for JavaScript with a browser, copy the appropriate JavaScript
library files located in the `lib` directory to your web server.