From fdb69c5adebb0ef28c8cfb815dc449db2e8b31cf Mon Sep 17 00:00:00 2001 From: Mike McCready <66998419+MikeMcC399@users.noreply.github.com> Date: Fri, 6 Mar 2026 10:34:03 +0100 Subject: [PATCH] docs: correct npm branding - use lower case --- CONTRIBUTING.md | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 58cf0fa3f..fd561d3bb 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -17,7 +17,7 @@ the Node.js TSC as final arbiter. New **Node.js** releases are released as soon as possible. -New **NPM** releases are not tracked. We simply use the NPM version bundled in the corresponding Node.js release. +New **npm** releases are not tracked. We simply use the npm version bundled in the corresponding Node.js release. **Yarn** is updated to the latest version only when there is a new Node.js SemVer PATCH release (unless Yarn has received a security update), and it's updated only in the branch with the new release, preferably in the same PR. The `update.sh` script does this automatically when invoked with a specific branch, e.g. `./update.sh 6.10`. diff --git a/README.md b/README.md index a471790d5..d4e882877 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ The official Node.js docker image, made with love by the node community. - [Verbosity](#verbosity) - [Dockerfile](#dockerfile) - [Docker Run](#docker-run) - - [NPM run](#npm-run) + - [npm run](#npm-run) - [Image Variants](#image-variants) - [`node:`](#nodeversion) - [`node:alpine`](#nodealpine) @@ -135,7 +135,7 @@ override `NPM_CONFIG_LOGLEVEL`. $ docker run -e NPM_CONFIG_LOGLEVEL=info node ... ``` -#### NPM run +#### npm run If you are running npm commands, you can use `--loglevel` to control the verbosity of the output.