Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit bb158f8

Browse filesBrowse files
rvaggMyles Borins
authored andcommitted
doc: s/node.js/Node.js in readme
PR-URL: #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>
1 parent 3f0ff87 commit bb158f8
Copy full SHA for bb158f8

File tree

Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed
Open diff view settings
Collapse file

‎README.md‎

Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
  • Display the source diff
  • Display the rich diff
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 security@nodejs.org. 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.