diff options
-rw-r--r-- | network/iojs/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/network/iojs/README b/network/iojs/README index 056a8b11aa..f57b71dcba 100644 --- a/network/iojs/README +++ b/network/iojs/README @@ -1,5 +1,5 @@ io.js is a JavaScript platform built on Chrome's V8 runtime. This project began as a fork of Joyent's Node.js™ and is compatible with the npm ecosystem. -WARNING: iojs will conflict with node and nodejs. -Either install the nodejs package (recommended), node, or iojs from SBo, but not both. All packages include npm. nodejs is the most current package. +WARNING: iojs will conflict with nodejs. +Either install the nodejs package (recommended), or iojs from SBo, but not both. All packages include npm. nodejs is the most current package. |