Skip to content

Commit

Permalink
docs(readme): fix 'pip install Commitizen' to 'pip install commitizen'
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian DC <[email protected]>
  • Loading branch information
AdrianDC committed Aug 18, 2024
1 parent 5011a91 commit fab11da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ descriptive commits.
To make commitizen available in your system

```bash
pip install --user -U Commitizen
pip install --user -U commitizen
```

### Python project
Expand Down

0 comments on commit fab11da

Please sign in to comment.