Skip to content

Commit 9f3a018

Browse files
committed
docs(config/version_provider.md): correct indent
1 parent 67582f2 commit 9f3a018

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

docs/config/version_provider.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -267,15 +267,15 @@ setup(
267267

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

270-
```bash
271-
pip install my-commitizen-provider
272-
```
270+
```bash
271+
pip install my-commitizen-provider
272+
```
273273

274274
- 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

276-
```bash
277-
pip install -e .
278-
```
276+
```bash
277+
pip install -e .
278+
```
279279

280280
2. Configure Commitizen to use your provider:
281281
```toml

0 commit comments

Comments
 (0)