Browse Source

doc: s/node.js/Node.js in readme

PR-URL: https://github.com/nodejs/node/pull/3998
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
Reviewed-By: Сковорода Никита Андреевич <chalkerx@gmail.com>
Reviewed-By: Minwoo Jung <jmwsoft@gmail.com>
v5.x
Rod Vagg 9 years ago
parent
commit
6f957a70d8
  1. 6
      README.md

6
README.md

@ -147,7 +147,7 @@ $ man doc/node.1
To test if Node.js was built correctly: To test if Node.js was built correctly:
``` ```
$ node -e "console.log('Hello from node.js ' + process.version)" $ node -e "console.log('Hello from Node.js ' + process.version)"
``` ```
### Windows ### Windows
@ -174,7 +174,7 @@ To run the tests:
To test if Node.js was built correctly: To test if Node.js was built correctly:
``` ```
$ node -e "console.log('Hello from node.js ' + process.version)" $ node -e "console.log('Hello from Node.js ' + process.version)"
``` ```
### Android / Android based devices, aka. Firefox OS ### Android / Android based devices, aka. Firefox OS
@ -350,7 +350,7 @@ Instructions:
## Security ## Security
All security bugs in node.js are taken seriously and should be reported by All security bugs in Node.js are taken seriously and should be reported by
emailing security@nodejs.org. This will be delivered to a subset of the project emailing security@nodejs.org. This will be delivered to a subset of the project
team who handle security issues. Please don't disclose security bugs team who handle security issues. Please don't disclose security bugs
publicly until they have been handled by the security team. publicly until they have been handled by the security team.

Loading…
Cancel
Save