Skip to content

Commit 1d8c92e

Browse files
rvaggJungMinu
authored andcommitted
doc: s/node.js/Node.js in readme
PR-URL: #3998 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Sakthipriyan Vairamani <[email protected]> Reviewed-By: Сковорода Никита Андреевич <[email protected]> Reviewed-By: Minwoo Jung <[email protected]>
1 parent ab009a0 commit 1d8c92e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ $ man doc/node.1
147147
To 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:
174174
To 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
354354
emailing [email protected]. This will be delivered to a subset of the project
355355
team who handle security issues. Please don't disclose security bugs
356356
publicly until they have been handled by the security team.

0 commit comments

Comments
 (0)