We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2a49f6 commit 060c0f8Copy full SHA for 060c0f8
docs/guides-use-prompt.md
@@ -12,7 +12,7 @@ git init
12
npm init
13
14
# Install and configure if needed
15
-npm install --save-dev @commitlint-{cli,angular,prompt-cli}
+npm install --save-dev @commitlint/{cli,angular,prompt-cli}
16
echo "module.exports = {extends: ['@commitlint/config-angular']};" > commitlint.config.js
17
```
18
0 commit comments