From 68b9b1436b46d1553f5effa6a705336dadc2d53c Mon Sep 17 00:00:00 2001 From: azxj <1158257471@qq.com> Date: Wed, 26 Feb 2020 18:33:55 +0800 Subject: [PATCH] docs: update README.md Correct installed dependencies. --- @commitlint/prompt/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/@commitlint/prompt/README.md b/@commitlint/prompt/README.md index bb7d7b8fa1..261d09f10f 100644 --- a/@commitlint/prompt/README.md +++ b/@commitlint/prompt/README.md @@ -9,7 +9,7 @@ Learn how to use it at [docs/prompt](https://conventional-changelog.github.io/co ## Getting started ```bash -npm install --save-dev @commitlint/prompt @commitlint/config-angular commitizen +npm install --save-dev @commitlint/prompt @commitlint/config-conventional commitizen echo "module.exports = {extends: ['@commitlint/config-conventional']};" > commitlint.config.js ```