Skip to content

Commit 025836a

Browse files
authored
docs: add a missing ` in README (#817)
1 parent ae37340 commit 025836a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ See the [documentation](https://build.pypa.io) for full information.
3838
- `--installer`: Pick an installer for the isolated build (`pip` or `uv`).
3939
- `--no-isolation` (`-n`): Disable build isolation.
4040
- `--skip-dependency-check` (`-x`): Disable dependency checking when not isolated; this should be done if some requirements or version ranges are not required for non-isolated builds.
41-
- `--outdir (`-o`): The output directory (defaults to `dist`)
41+
- `--outdir` (`-o`): The output directory (defaults to `dist`)
4242

4343
Some common combinations of arguments:
4444

0 commit comments

Comments
 (0)