Skip to content

Commit 847d7ca

Browse files
committed
docs: use lower-case npm
https://github.com/npm/cli/tree/v8.17.0#faq-on-branding `npm` should never be capitalized unless it is being displayed in a location that is customarily all-capitals (ex. titles on `man` pages). pnpm seems to prefer lower-case branding too.
1 parent c00d40d commit 847d7ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ Utility to setup ESLint in Vue.js projects.
66

77
Run the following command in your project root:
88

9-
With NPM:
9+
With npm:
1010

1111
```sh
1212
npm create @vue/eslint-config@latest
1313
```
1414

15-
With PNPM:
15+
With pnpm:
1616

1717
```sh
1818
pnpm create @vue/eslint-config

0 commit comments

Comments
 (0)