Skip to content

Commit de5d32a

Browse files
authoredApr 29, 2022
docs: Unified Node.js capitalization (#1986)
[skip ci]
1 parent e890927 commit de5d32a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
# nodemon
66

7-
nodemon is a tool that helps develop node.js based applications by automatically restarting the node application when file changes in the directory are detected.
7+
nodemon is a tool that helps develop Node.js based applications by automatically restarting the node application when file changes in the directory are detected.
88

99
nodemon does **not** require *any* additional changes to your code or method of development. nodemon is a replacement wrapper for `node`. To use `nodemon`, replace the word `node` on the command line when executing your script.
1010

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"type": "git",
1616
"url": "https://github.com/remy/nodemon.git"
1717
},
18-
"description": "Simple monitor script for use during development of a node.js app.",
18+
"description": "Simple monitor script for use during development of a Node.js app.",
1919
"keywords": [
2020
"cli",
2121
"monitor",

‎website/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ <h1><strong>nodemon</strong> reload, automatically.</h1>
3333

3434
<p>Swap <strong>nodemon</strong> instead of <strong>node</strong> to run your code, and now your process will
3535
automatically restart when your code changes. To install, get <a href="https://nodejs.org"
36-
target="_blank">node.js</a>, then from your terminal run:</p>
36+
target="_blank">Node.js</a>, then from your terminal run:</p>
3737

3838
<pre><code>npm install -g nodemon</code></pre>
3939

0 commit comments

Comments
 (0)
Please sign in to comment.