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

Unified Node.js capitalization #1986

Merged
merged 1 commit into from Apr 29, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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