Skip to content

Commit f4d2544

Browse files
committed
docs: Improve docs for vpx command.
Just making it clear that it will install the package if it's not found, rather than just saying it "can" download it when needed.
1 parent 19d0f9c commit f4d2544

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/guide/vpx.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Use `vpx`, `vp exec`, and `vp dlx` to run binaries without switching between loc
88

99
Use the other binary commands when you need stricter control:
1010

11-
- `vpx` resolves a package binary locally first and can download it when needed
11+
- `vpx` resolves a package binary locally first and will download it if not found
1212
- `vp exec` runs a binary from the current project's `node_modules/.bin`
1313
- `vp dlx` runs a package binary without adding it as a dependency
1414

@@ -22,7 +22,7 @@ vpx <pkg[@version]> [args...]
2222

2323
### Options
2424

25-
- `-p, --package <name>` installs one or more packages before running the command
25+
- `-p, --package <name>` installs one or more additional packages before running the command
2626
- `-c, --shell-mode` executes the command inside a shell
2727
- `-s, --silent` suppresses Vite+ output and only shows the command output
2828

0 commit comments

Comments
 (0)