summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe George <joe@zeroc.com>2017-07-18 12:35:51 -0400
committerJoe George <joe@zeroc.com>2017-07-18 12:35:51 -0400
commit295f528afd0190cdc3ce2182f251415c28eed6de (patch)
tree1fd00f89c2699fccccf03c9f0dc5fdf79403168f
parentUpdated README (diff)
downloadice-295f528afd0190cdc3ce2182f251415c28eed6de.tar.bz2
ice-295f528afd0190cdc3ce2182f251415c28eed6de.tar.xz
ice-295f528afd0190cdc3ce2182f251415c28eed6de.zip
Another js/README.md fix
-rw-r--r--js/README.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/js/README.md b/js/README.md
index 082779d8891..1589a38598b 100644
--- a/js/README.md
+++ b/js/README.md
@@ -20,8 +20,7 @@ var communicator = Ice.initialize(process.argv);
var proxy = communicator.stringToProxy("hello:tcp -h localhost -p 10000");
```
-The npm package also includes the browser version of Ice for JavaScript. Add `<script>`
-tags to your html to include the Ice for JavaScript components you require. For example:
+The npm package also includes the browser version of Ice for JavaScript. For example:
```html
<script src="/node_modules/ice/lib/Ice.js"></script>
@@ -42,7 +41,7 @@ See the [Ice Manual](https://doc.zeroc.com/display/Ice37/Ice+Manual).
## Compiling Slice Files to JavaScript
-You can use `slice2js` directly or through the Ice Builder for Gulp to compile Slice files to JavaScript:
+You can use `slice2js` directly or through the Ice Builder for Gulp to compile Slice files to JavaScript:
- [slice2js](https://github.com/zeroc-ice/npm-slice2js)
- [gulp-ice-builder](https://github.com/zeroc-ice/gulp-ice-builder)