Closed
Description
Is there an existing issue for this?
- I have searched the existing issues
This is a CLI Docs Problem, not another kind of Docs Problem.
- This is a CLI Docs Problem.
Description of Problem
The synopsis of npm-init is missing a backtick.
npm init <package-spec> (same as `npx <package-spec>)
should be:
npm init <package-spec> (same as `npx <package-spec>`)
Affected versions 8x and 9x:
https://docs.npmjs.com/cli/v8/commands/npm-init
https://docs.npmjs.com/cli/v9/commands/npm-init
Potential Solution
Add the missing backtick.