Skip to content

Commit 67582f2

Browse files
committed
docs(config/version_provider.md): refine provider installation wording
1 parent 627ddc3 commit 67582f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/config/version_provider.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -265,13 +265,13 @@ setup(
265265

266266
1. Install your provider package:
267267

268-
- Once your custom Commitizen provider is packaged and published (for example, to PyPI), install it like any standard Python dependency:
268+
- Once your custom Commitizen provider is packaged and published (for example, to PyPI), install it like any standard Python package:
269269

270270
```bash
271271
pip install my-commitizen-provider
272272
```
273273

274-
- If you want to use provider directly from the current project source(during development), install it in editable mode ([See pip documentation](https://pip.pypa.io/en/stable/cli/pip_install/#cmdoption-e)):
274+
- If you want to use the provider directly from the current project source (during development), install it in editable mode ([See pip documentation](https://pip.pypa.io/en/stable/cli/pip_install/#cmdoption-e)):
275275

276276
```bash
277277
pip install -e .

0 commit comments

Comments
 (0)