From a7cc2cec18fa1653c9da3e1f41ca3a3a57ae94ea Mon Sep 17 00:00:00 2001 From: Ben Limmer Date: Sun, 28 Feb 2021 18:03:05 -0700 Subject: [PATCH] docs: use npx vs. npm exec (#886) --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 00f35f8b7..3f9455f3d 100644 --- a/docs/README.md +++ b/docs/README.md @@ -27,7 +27,7 @@ Already using husky? See [Migrate from 4 to 5](https://typicode.github.io/husky/ ```shell # npm -npm install husky --save-dev && npm exec husky init +npm install husky --save-dev && npx husky init # yarn yarn add husky --dev && yarn husky init