| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 9d16729 commit 6f957a7
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -147,7 +147,7 @@ $ man doc/node.1 | |||
| 147 | 147 | To test if Node.js was built correctly: | |
| 148 | 148 | ||
| 149 | 149 | ``` | |
| 150 | - $ node -e "console.log('Hello from node.js ' + process.version)" | ||
| 150 | + $ node -e "console.log('Hello from Node.js ' + process.version)" | ||
| 151 | 151 | ``` | |
| 152 | 152 | ||
| 153 | 153 | ### Windows | |
@@ -174,7 +174,7 @@ To run the tests: | |||
| 174 | 174 | To test if Node.js was built correctly: | |
| 175 | 175 | ||
| 176 | 176 | ``` | |
| 177 | - $ node -e "console.log('Hello from node.js ' + process.version)" | ||
| 177 | + $ node -e "console.log('Hello from Node.js ' + process.version)" | ||
| 178 | 178 | ``` | |
| 179 | 179 | ||
| 180 | 180 | ### Android / Android based devices, aka. Firefox OS | |
@@ -350,7 +350,7 @@ Instructions: | |||
| 350 | 350 | ||
| 351 | 351 | ## Security | |
| 352 | 352 | ||
| 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 | ||
| 354 | 354 | emailing security@nodejs.org. This will be delivered to a subset of the project | |
| 355 | 355 | team who handle security issues. Please don't disclose security bugs | |
| 356 | 356 | publicly until they have been handled by the security team. | |
| Back | FazBrowse Home | New Git URL |
0 commit comments