diff --git a/docs/guides-use-prompt.md b/docs/guides-use-prompt.md index 0f8b173a59..23ae2eb6bc 100644 --- a/docs/guides-use-prompt.md +++ b/docs/guides-use-prompt.md @@ -12,7 +12,7 @@ git init npm init # Install and configure if needed -npm install --save-dev @commitlint-{cli,angular,prompt-cli} +npm install --save-dev @commitlint/{cli,angular,prompt-cli} echo "module.exports = {extends: ['@commitlint/config-angular']};" > commitlint.config.js ```