Skip to content

Commit 0e2ac30

Browse files
author
azxj
authored
docs: update README.md (#1004)
Correct installed dependencies.
1 parent dd20f9b commit 0e2ac30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

@commitlint/prompt/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Learn how to use it at [docs/prompt](https://conventional-changelog.github.io/co
99
## Getting started
1010

1111
```bash
12-
npm install --save-dev @commitlint/prompt @commitlint/config-angular commitizen
12+
npm install --save-dev @commitlint/prompt @commitlint/config-conventional commitizen
1313
echo "module.exports = {extends: ['@commitlint/config-conventional']};" > commitlint.config.js
1414
```
1515

0 commit comments

Comments
 (0)