File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ $ man doc/node.1
147147To test if Node.js was built correctly:
148148
149149```
150- $ node -e "console.log('Hello from node .js ' + process.version)"
150+ $ node -e "console.log('Hello from Node .js ' + process.version)"
151151```
152152
153153### Windows
@@ -174,7 +174,7 @@ To run the tests:
174174To test if Node.js was built correctly:
175175
176176```
177- $ node -e "console.log('Hello from node .js ' + process.version)"
177+ $ node -e "console.log('Hello from Node .js ' + process.version)"
178178```
179179
180180### Android / Android based devices, aka. Firefox OS
@@ -350,7 +350,7 @@ Instructions:
350350
351351## Security
352352
353- All security bugs in node .js are taken seriously and should be reported by
353+ All security bugs in Node .js are taken seriously and should be reported by
354354emailing security@nodejs.org . This will be delivered to a subset of the project
355355team who handle security issues. Please don't disclose security bugs
356356publicly until they have been handled by the security team.
You can’t perform that action at this time.
0 commit comments