Skip to content

Commit d467f12

Browse files
authoredMay 12, 2022
docs: fix package name in config-angular README (#3173)
1 parent dd32d39 commit d467f12

File tree

1 file changed

+1
-1
lines changed
  • @commitlint/config-angular-type-enum

1 file changed

+1
-1
lines changed
 

‎@commitlint/config-angular-type-enum/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ See [@commitlint/config-angular](../config-angular) for full angular conventions
88
## Getting started
99

1010
```sh
11-
npm install --save-dev @commitlint/config-angular-types @commitlint/cli
11+
npm install --save-dev @commitlint/config-angular-type-enum @commitlint/cli
1212
echo "module.exports = {extends: ['@commitlint/config-angular-type-enum']};" > commitlint.config.js
1313
```
1414

0 commit comments

Comments
 (0)
Please sign in to comment.