Skip to content

Commit

Permalink
docs: fix pkg name in guides-upgrade.md (#3274)
Browse files Browse the repository at this point in the history
Co-authored-by: θ’ι‡Ž <yuanye@shihuituan.com>
  • Loading branch information
enya and θ’ι‡Ž committed Jul 30, 2022
1 parent 1672362 commit 9f65efd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides-upgrade.md
Expand Up @@ -39,7 +39,7 @@ If you used `validate-commit-msg` with custom configuration you might want to cu

```sh
npm remove validate-commit-msg --save-dev
npm install --save-dev @commitlint/cli @commitint/config-conventional
npm install --save-dev @commitlint/cli @commitlint/config-conventional
```

**Add a commitmsg run-script to package.json**
Expand Down

0 comments on commit 9f65efd

Please sign in to comment.