Skip to content

Commit 44e20f8

Browse files
guidoboumanmarionebl
authored andcommitted
Update guides-use-prompt.md (#320)
The `npm install` part referenced the wrong list of packages.
1 parent 1f46b9f commit 44e20f8

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,config-conventional,prompt-cli}
1616
echo "module.exports = {extends: ['@commitlint/config-conventional']};" > commitlint.config.js
1717
```
1818

0 commit comments

Comments
 (0)