mirror of https://github.com/astral-sh/uv
Correct guide typo (#5245)
## Summary Typo correction for the tools guide. Fixes #5243
This commit is contained in:
parent
841edc3718
commit
e809bc339b
|
|
@ -18,7 +18,7 @@ Note this is exactly equivalent to:
|
||||||
$ uv tool run ruff
|
$ uv tool run ruff
|
||||||
```
|
```
|
||||||
|
|
||||||
Arguments can be passed afted the tool name:
|
Arguments can be passed after the tool name:
|
||||||
|
|
||||||
```console
|
```console
|
||||||
$ uvx pycowsay hello from uv
|
$ uvx pycowsay hello from uv
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue