From 2e83fdde87be3c73db5bf4f6348dd1af033f74bc Mon Sep 17 00:00:00 2001 From: typicode Date: Mon, 21 Feb 2022 01:40:48 +0100 Subject: [PATCH] docs: update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ca49a65..7ae668d 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ ```shell npx husky-init && npm install # npm npx husky-init && yarn # Yarn 1 -npx husky-init --yarn2 && yarn # Yarn 2 +npx husky-init --yarn2 && yarn # Yarn 2+ ``` If `package.json` is in a subdirectory (e.g. not in the same directory as `.git`), please see https://typicode.github.io/husky/#/?id=custom-directory or use [auto-husky](https://github.com/g-script/auto-husky).