From d36ac985494fa9081cae40647d8a66a5864fc5db Mon Sep 17 00:00:00 2001 From: Andrei Kashcha Date: Sun, 14 Oct 2018 12:41:08 -0700 Subject: [PATCH] changed NPM to npm This becomes somewhat older knowledge, but in old days `npm` had `faq` command, which said: > npm should never be capitalized unless it is being displayed in a location that is customarily all-caps (such as the title of man pages.) I could not find this in the latest npm CLI, but it is still possible to find it [here](http://manpages.ubuntu.com/manpages/cosmic/man7/npm-faq.7.html). You can also see that both [wiki](https://en.wikipedia.org/wiki/Npm_(software)) and [npm website](https://www.npmjs.com/) refers to npm in all lower case. Likely, it's not super important, just something to consider merging. --- meta.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta.js b/meta.js index a521f9bdd0..9016bb42f8 100644 --- a/meta.js +++ b/meta.js @@ -140,7 +140,7 @@ module.exports = { 'Should we run `npm install` for you after the project has been created? (recommended)', choices: [ { - name: 'Yes, use NPM', + name: 'Yes, use npm', value: 'npm', short: 'npm', },