From 1a34a6fe20b95c52dd80db79ace3434836aacf21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Huan=20=28=E6=9D=8E=E5=8D=93=E6=A1=93=29?= Date: Sun, 11 Jul 2021 21:54:53 +0800 Subject: [PATCH] fix typo: verion -> version Related to https://github.com/wechaty/wechaty.js.org/issues/872#issuecomment-876275111 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0776e22..e9e86da 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Git Hooks Integration for Chatie Projects This module is a wrapper of the NPM module [git-scripts](https://www.npmjs.com/package/git-scripts), it provide following additional features: -1. `pre-push` hook had been set to run `npm run lint` and then `npm verion patch` before `git push` for better code quality and version management. +1. `pre-push` hook had been set to run `npm run lint` and then `npm version patch` before `git push` for better code quality and version management. Learn more about the original `git-scripts` from its GitHub homepage: [git-scripts](https://github.com/nkzawa/git-scripts)