Skip to content

Commit 4cbcf3f

Browse files
colebemismarionebl
authored andcommitted
docs: Change "angular" to "conventional"
1 parent 905e9d5 commit 4cbcf3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@
3838
## Getting started
3939

4040
```sh
41-
# Install commitlint cli and angular config
41+
# Install commitlint cli and conventional config
4242
npm install --save-dev @commitlint/{config-conventional,cli}
4343
# For Windows:
4444
npm install --save-dev @commitlint/config-conventional @commitlint/cli
4545

46-
# Configure commitlint to use angular config
46+
# Configure commitlint to use conventional config
4747
echo "module.exports = {extends: ['@commitlint/config-conventional']}" > commitlint.config.js
4848
```
4949

0 commit comments

Comments
 (0)