Skip to content

Commit a0affa1

Browse files
authored
Merge pull request #2404 from MikeMcC399/npm-branding
docs: correct npm branding - use lower case
2 parents e519cfc + fdb69c5 commit a0affa1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ the Node.js TSC as final arbiter.
1717

1818
New **Node.js** releases are released as soon as possible.
1919

20-
New **NPM** releases are not tracked. We simply use the NPM version bundled in the corresponding Node.js release.
20+
New **npm** releases are not tracked. We simply use the npm version bundled in the corresponding Node.js release.
2121

2222
**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`.
2323

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The official Node.js docker image, made with love by the node community.
1919
- [Verbosity](#verbosity)
2020
- [Dockerfile](#dockerfile)
2121
- [Docker Run](#docker-run)
22-
- [NPM run](#npm-run)
22+
- [npm run](#npm-run)
2323
- [Image Variants](#image-variants)
2424
- [`node:<version>`](#nodeversion)
2525
- [`node:alpine`](#nodealpine)
@@ -135,7 +135,7 @@ override `NPM_CONFIG_LOGLEVEL`.
135135
$ docker run -e NPM_CONFIG_LOGLEVEL=info node ...
136136
```
137137

138-
#### NPM run
138+
#### npm run
139139

140140
If you are running npm commands, you can use `--loglevel` to control the
141141
verbosity of the output.

0 commit comments

Comments
 (0)