Skip to content

Commit

Permalink
npm init help wrong command
Browse files Browse the repository at this point in the history
PR-URL: #1162
Credit: @mum-never-proud
Close: #1162
Reviewed-by: @ruyadorno
  • Loading branch information
mum-never-proud authored and ruyadorno committed May 1, 2020
1 parent 3f7301b commit 94ed456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ function init (args, cb) {
'This utility will walk you through creating a package.json file.',
'It only covers the most common items, and tries to guess sensible defaults.',
'',
'See `npm help json` for definitive documentation on these fields',
'See `npm help init` for definitive documentation on these fields',
'and exactly what they do.',
'',
'Use `npm install <pkg>` afterwards to install a package and',
Expand Down

0 comments on commit 94ed456

Please sign in to comment.