diff options
author | Benoit Foucher <benoit@zeroc.com> | 2019-10-11 12:08:11 +0200 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2019-10-11 12:08:25 +0200 |
commit | f47df588b6824cb995c87818e4b495689fd42d55 (patch) | |
tree | b3adb7135df83fd97be32bf254ab7ca0d0fb8132 /js | |
parent | Fixed typos (diff) | |
download | ice-f47df588b6824cb995c87818e4b495689fd42d55.tar.bz2 ice-f47df588b6824cb995c87818e4b495689fd42d55.tar.xz ice-f47df588b6824cb995c87818e4b495689fd42d55.zip |
Minor fixes to documentation files
Diffstat (limited to 'js')
-rw-r--r-- | js/README.md | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/js/README.md b/js/README.md index 9f4ee096352..38a8d3c981f 100644 --- a/js/README.md +++ b/js/README.md @@ -42,8 +42,8 @@ npm run build ``` On Windows, you need to set the platform and configuration in order to locate -`slice2js`. For example, if you have built C++ with the x64 Release configuration, -you can use the following command to build JavaScript: +`slice2js`. For example, if you have built C++ with the x64 Release +configuration, you can use the following command to build JavaScript: ``` npm run build -- --cppPlatform x64 --cppConfiguration Release ``` @@ -143,11 +143,11 @@ depending on the browser you're using: - Internet Explorer and Microsoft Edge Run the management console (mmc.exe) and add the Certificates snap-in for - the computer account. Then select Console Root > Certificates (Local Computer) - \> Trusted Root Certificate Authorities. In the Action menu, choose All Tasks - and Import. Navigate to the `cacert.der` file and import it into the Trusted - Root Certificate Authorities. Reload the test page to continue. You should - uninstall this certificate after running the tests. + the computer account. Then select Console Root > Certificates (Local + Computer) > Trusted Root Certificate Authorities. In the Action menu, choose + All Tasks and Import. Navigate to the `cacert.der` file and import it into + the Trusted Root Certificate Authorities. Reload the test page to continue. + You should uninstall this certificate after running the tests. #### Windows 8 @@ -202,7 +202,7 @@ npm install ice-3.7.3.tgz To use Ice for JavaScript with a browser, copy the appropriate JavaScript library files located in the `lib` directory to your web server. -[1]: https://zeroc.com/distributions/ice +[1]: https://zeroc.com/downloads/ice [2]: https://babeljs.io [3]: https://www.npmjs.com/package/core-js [4]: https://www.npmjs.com/package/regenerator-runtime |