Skip to content

Commit abc71d5

Browse files
committed
docs(readme): Fix install commands in README 📚
1 parent dc4cb0b commit abc71d5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
## Install as a global utility
1919

2020
```bash
21-
npm install --global commitizen cz-conventional-commit
21+
npm install --global commitizen @metahub/cz-conventional-commit
2222
```
2323
Create a .czrc file in your home directory, with the following content:
2424
```json
@@ -36,8 +36,8 @@ See [commitizen documentation](https://github.com/commitizen/cz-cli#conventional
3636

3737
## Making your repo Commitizen-friendly
3838
```bash
39-
npm install --save-dev commitizen cz-conventional-commit
40-
./node_modules/.bin/commitizen init @metahub/cz-conventional-commit --save-dev --save-exact
39+
npm install --save-dev commitizen @metahub/cz-conventional-commit
40+
./node_modules/.bin/commitizen init @metahub/cz-conventional-commit --save-dev
4141
```
4242
You can customize cz-conventional-commit in `package.json`:
4343
```json

0 commit comments

Comments
 (0)