pages/common/*: put npm in code ticks (#14280)

This commit is contained in:
Sebastiaan Speck
2024-10-20 18:00:55 +02:00
committed by GitHub
parent 4043aaec0d
commit c29c5d1305
7 changed files with 12 additions and 12 deletions

View File

@@ -4,11 +4,11 @@
> Note: This command is deprecated! Use `pnpm exec` and `pnpm dlx` instead.
> More information: <https://cuyl.github.io/pnpm.github.io/pnpx-cli>.
- Execute the binary from a given npm module:
- Execute the binary from a given `npm` module:
`pnpx {{module_name}}`
- Execute a specific binary from a given npm module, in case the module has multiple binaries:
- Execute a specific binary from a given `npm` module, in case the module has multiple binaries:
`pnpx --package {{package_name}} {{module_name}}`