Skip to content

Commit 060c0f8

Browse files
liubiantaomarionebl
authored andcommitted
docs: fix incorrect package names to install
1 parent e2a49f6 commit 060c0f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides-use-prompt.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ git init
1212
npm init
1313

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

0 commit comments

Comments
 (0)