Skip to content

Commit

Permalink
docs: fix package name in config-angular README (#3173)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewborgman committed May 12, 2022
1 parent dd32d39 commit d467f12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion @commitlint/config-angular-type-enum/README.md
Expand Up @@ -8,7 +8,7 @@ See [@commitlint/config-angular](../config-angular) for full angular conventions
## Getting started

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

Expand Down

0 comments on commit d467f12

Please sign in to comment.