docs: clarify that 'io.js' is the correct name

Refs #118.

PR-URL: https://github.com/iojs/io.js/pull/151
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Rod Vagg <rod@vagg.org>
This commit is contained in:
Mathias Bynens 2014-12-11 21:50:35 +01:00 committed by Ben Noordhuis
parent 6014f5c6c5
commit 870af9ec03

View File

@ -9,6 +9,13 @@ io.js contributions, releases, and contributorship are under an
We intend to land, with increasing regularity, releases which are We intend to land, with increasing regularity, releases which are
compatible with the npm ecosystem that has been built to date for node.js. compatible with the npm ecosystem that has been built to date for node.js.
### Is it io.js or IO.js or iojs or IOjs or iOjS?
The official name is **io.js**, which should never be capitalized,
especially not at the start of a sentence, unless it is being
displayed in a location that is customarily all-caps (such as
the title of man pages.)
### To build: ### To build:
Prerequisites (Unix only): Prerequisites (Unix only):