diff --git a/README.md b/README.md index 486b1d2b07..f40debd35c 100644 --- a/README.md +++ b/README.md @@ -150,8 +150,8 @@ Python packages have entry points, but many do. If you would like to make your package compatible with pipx, all you need to do is add a [console scripts](https://python-packaging.readthedocs.io/en/latest/command-line-scripts.html#the-console-scripts-entry-point) -entry point. If you're a poetry user, use [these instructions](https://python-poetry.org/docs/pyproject/#scripts). Or -you're using hatch, [try this](https://hatch.pypa.io/latest/config/metadata/#cli). +entry point. If you're a poetry user, use [these instructions](https://python-poetry.org/docs/pyproject/#scripts). Or, +if you're using hatch, [try this](https://hatch.pypa.io/latest/config/metadata/#cli). ## Features