diff --git a/@commitlint/cz-commitlint/README.md b/@commitlint/cz-commitlint/README.md index 4f01db7e8e..fa92c1fe73 100644 --- a/@commitlint/cz-commitlint/README.md +++ b/@commitlint/cz-commitlint/README.md @@ -13,9 +13,9 @@ The interactive process is inspired by [cz-conventional-changelog](https://githu ### Configure commitizen adapter ```bash -npm install --save-dev @commitlint/cz-commitlint commitizen inquirer@8 # inquirer is required as peer dependency +npm install --save-dev @commitlint/cz-commitlint commitizen inquirer@9 # inquirer is required as peer dependency # or yarn -yarn add -D @commitlint/cz-commitlint commitizen inquirer@8 # inquirer is required as peer dependency +yarn add -D @commitlint/cz-commitlint commitizen inquirer@9 # inquirer is required as peer dependency ``` In package.json