Skip to content

Commit

Permalink
docs: Unified Node.js capitalization (#1986)
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
FuJa0815 committed Apr 29, 2022
1 parent e890927 commit de5d32a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -4,7 +4,7 @@

# nodemon

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.
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.

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.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -15,7 +15,7 @@
"type": "git",
"url": "https://github.com/remy/nodemon.git"
},
"description": "Simple monitor script for use during development of a node.js app.",
"description": "Simple monitor script for use during development of a Node.js app.",
"keywords": [
"cli",
"monitor",
Expand Down
2 changes: 1 addition & 1 deletion website/index.html
Expand Up @@ -33,7 +33,7 @@ <h1><strong>nodemon</strong> reload, automatically.</h1>

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

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

Expand Down

0 comments on commit de5d32a

Please sign in to comment.