diff --git a/docs/README.md b/docs/README.md index 02e92ef4e..569abdce8 100644 --- a/docs/README.md +++ b/docs/README.md @@ -98,7 +98,7 @@ npx husky install 3. To automatically have Git hooks enabled after install, edit `package.json` ```shell -npm set-script prepare "husky install" +npm pkg set scripts.prepare "husky install" ``` You should have: