summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe George <joe@zeroc.com>2015-07-22 10:19:00 -0400
committerJoe George <joe@zeroc.com>2015-07-22 10:19:00 -0400
commitf2b5c85a92d3064f343c42e0ccca23fb4a3bef49 (patch)
treef6b3b9a1775ef22b0f05ffc85a5e3dcdfdaca9df
parentICE-6659 Updated forums link in CONTRIBUTING.md (diff)
downloadice-3.6.1-pre.1-js.tar.bz2
ice-3.6.1-pre.1-js.tar.xz
ice-3.6.1-pre.1-js.zip
Fix README.md typo and update package.json versionv3.6.1-pre.1-js
-rw-r--r--js/README.md4
-rw-r--r--js/package.json2
2 files changed, 3 insertions, 3 deletions
diff --git a/js/README.md b/js/README.md
index 1153edf470b..9778011f826 100644
--- a/js/README.md
+++ b/js/README.md
@@ -1,4 +1,4 @@
-# Internet Communications Engine (Ice)
+# Internet Communications Engine (Ice)
Ice is a comprehensive RPC framework with support for C++, .NET, Java, Python, JavaScript and more.
## Install
@@ -41,7 +41,7 @@ See the [Ice Documentation](https://doc.zeroc.com/display/Ice36/JavaScript+Mappi
## Slice2js Compiler
To compile [Slice](https://doc.zeroc.com/display/Ice36/The+Slice+Language) files to JavaScript see the following:
-- [slice2js](https://github.com/zeroc-ice/slice2js)
+- [slice2js](https://github.com/zeroc-ice/npm-slice2js)
- [gulp-ice-builder](https://github.com/zeroc-ice/gulp-ice-builder)
## Demos
diff --git a/js/package.json b/js/package.json
index f95b69c3cba..1159c490812 100644
--- a/js/package.json
+++ b/js/package.json
@@ -1,6 +1,6 @@
{
"name": "ice",
- "version": "3.6.1-pre.0",
+ "version": "3.6.1-pre.1",
"description": "Ice for JavaScript runtime",
"author": "Zeroc, Inc.",
"homepage": "https://zeroc.com",