From de5d32a026e8dc092e43bb369a839c1889cb4e41 Mon Sep 17 00:00:00 2001
From: Jan
Date: Fri, 29 Apr 2022 12:05:26 +0200
Subject: [PATCH] docs: Unified Node.js capitalization (#1986)
[skip ci]
---
README.md | 2 +-
package.json | 2 +-
website/index.html | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index a38cd81..d4a8968 100644
--- a/README.md
+++ b/README.md
@@ -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.
diff --git a/package.json b/package.json
index 90f6980..13b8775 100644
--- a/package.json
+++ b/package.json
@@ -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",
diff --git a/website/index.html b/website/index.html
index 5d36a3a..6aaf5f8 100644
--- a/website/index.html
+++ b/website/index.html
@@ -33,7 +33,7 @@
Swap nodemon instead of node to run your code, and now your process will
automatically restart when your code changes. To install, get node.js, then from your terminal run:
+ target="_blank">Node.js, then from your terminal run:
npm install -g nodemon