Skip to content

Commit 8801656

Browse files
fritz-cmarionebl
authored andcommitted
docs: fix package naming in local setup guide
1 parent 56e1f7c commit 8801656

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/guides-local-setup.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ configure `commitlint` to use it.
1414
npm init
1515

1616
# Install and configure if needed
17-
npm install --save-dev @commitlint-{cli,angular}
17+
npm install --save-dev @commitlint/{cli,config-angular}
1818
echo "module.exports = {extends: ['@commitlint/config-angular']};" > commitlint.config.js
1919
```
2020

0 commit comments

Comments
 (0)