diff options
author | Benoit Foucher <benoit@zeroc.com> | 2017-06-30 16:58:50 +0200 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2017-06-30 16:58:50 +0200 |
commit | cca0a663c888dba18b319cf7b2017ec46347cf05 (patch) | |
tree | d99c5b95bbdc77bb343585265c4c579193edd247 /js | |
parent | Fixed ICE-8194 - Ice/objects crash with Ice debug library (diff) | |
download | ice-cca0a663c888dba18b319cf7b2017ec46347cf05.tar.bz2 ice-cca0a663c888dba18b319cf7b2017ec46347cf05.tar.xz ice-cca0a663c888dba18b319cf7b2017ec46347cf05.zip |
Fixed documentation files to use 80 columns
Diffstat (limited to 'js')
-rw-r--r-- | js/BuildInstructions.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/js/BuildInstructions.md b/js/BuildInstructions.md index cfbd90f7271..3f2d6878616 100644 --- a/js/BuildInstructions.md +++ b/js/BuildInstructions.md @@ -9,7 +9,8 @@ supported platforms. To build Ice for JavaScript you must have the following: - The `slice2js` compiler from Ice for C++. If you have not built Ice for C++ - in this source distribution, refer to the [C++ build instructions](../cpp/BuildInstructions.md). + in this source distribution, refer to the + [C++ build instructions](../cpp/BuildInstructions.md). - Node.js 4.6 or later ## Building the JavaScript libraries and NodeJS packages |