We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 905e9d5 commit 4cbcf3fCopy full SHA for 4cbcf3f
README.md
@@ -38,12 +38,12 @@
38
## Getting started
39
40
```sh
41
-# Install commitlint cli and angular config
+# Install commitlint cli and conventional config
42
npm install --save-dev @commitlint/{config-conventional,cli}
43
# For Windows:
44
npm install --save-dev @commitlint/config-conventional @commitlint/cli
45
46
-# Configure commitlint to use angular config
+# Configure commitlint to use conventional config
47
echo "module.exports = {extends: ['@commitlint/config-conventional']}" > commitlint.config.js
48
```
49
0 commit comments