Skip to content

Commit

Permalink
doc: s/node.js/Node.js in readme
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
rvagg authored and JungMinu committed Dec 5, 2015
1 parent ab009a0 commit 1d8c92e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ $ man doc/node.1
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
Expand All @@ -174,7 +174,7 @@ To run the tests:
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
Expand Down Expand Up @@ -350,7 +350,7 @@ Instructions:

## 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 [email protected]. This will be delivered to a subset of the project
team who handle security issues. Please don't disclose security bugs
publicly until they have been handled by the security team.
Expand Down

0 comments on commit 1d8c92e

Please sign in to comment.