Skip to content

Commit 9deb000

Browse files
authored
Fix typo in command (#2601)
Fix typo in commands of example usage
1 parent 805b6ae commit 9deb000

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

@commitlint/cz-commitlint/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ echo "module.exports = {extends: ['@commitlint/config-conventional']};" > commit
5151

5252
```bash
5353
git add .
54-
npm run cz
54+
npm run commit
5555
# or yarn
56-
yarn cz
56+
yarn commit
5757
```
5858

5959
## Related

0 commit comments

Comments
 (0)