Skip to content

Commit b6e4c92

Browse files
authored
docs: update deprecated npm command
1 parent 47e96ec commit b6e4c92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ npx husky install
9898
3. To automatically have Git hooks enabled after install, edit `package.json`
9999

100100
```shell
101-
npm set-script prepare "husky install"
101+
npm pkg set scripts.prepare "husky install"
102102
```
103103

104104
You should have:

0 commit comments

Comments
 (0)