Skip to content

Commit 09d0494

Browse files
ybiquitousmarionebl
authored andcommitted
docs: fix incorrect package names
1 parent 5826c11 commit 09d0494

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides-ci-setup.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ git init
1414
npm init
1515

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

0 commit comments

Comments
 (0)