Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 security@nodejs.org. This will be delivered to a subset of the project
team who handle security issues. Please don't disclose security bugs
public until they have been handled by the security team.
Expand Down