pages*: put stdin in code ticks (#14281)

This commit is contained in:
Sebastiaan Speck
2024-10-20 00:02:10 +02:00
committed by GitHub
parent cfc3d172b8
commit 240ca42dd1
13 changed files with 13 additions and 13 deletions

View File

@@ -4,7 +4,7 @@
> Manage Node.js projects and their module dependencies.
> More information: <https://www.npmjs.com>.
- Create a `package.json` file with default values (omit --yes to do it interactively):
- Create a `package.json` file with default values (omit `--yes` to do it interactively):
`npm init {{-y|--yes}}`