Skip to content

Commit 99cdbc0

Browse files
committed
docs(quickstart): Use consistent --prerelease flag format
why: Standardize prerelease flag syntax across documentation what: - Change --prerelease=allow to --prerelease allow in uv tool install example - Aligns with CLI convention and format used in CHANGES
1 parent c8a782a commit 99cdbc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ In their versions you will see notification like `a1`, `b1`, and `rc1`, respecti
5858
- [uv tool install][uv-tools]\:
5959

6060
```console
61-
$ uv tool install --prerelease=allow vcspull
61+
$ uv tool install --prerelease allow vcspull
6262
```
6363

6464
- [uv]\:

0 commit comments

Comments
 (0)