Skip to content

Commit 4d18b7a

Browse files
committed
docs: recommend config-conventional
1 parent 3311abb commit 4d18b7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

@commitlint/prompt/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Learn how to use it at [docs/prompt](http://marionebl.github.io/commitlint/#/gui
1010

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

1616
In package.json

0 commit comments

Comments
 (0)