Skip to content

Commit

Permalink
docs(readme): fix minor command typo (#1197)
Browse files Browse the repository at this point in the history
  • Loading branch information
caveman-dick committed Oct 10, 2022
1 parent 840c416 commit 9e6073d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ npx husky install
3. To automatically have Git hooks enabled after install, edit `package.json`

```shell
npm pkg set scripts.prepare "husky install"
npm pkg set scripts.prepare="husky install"
```

You should have:
Expand Down

0 comments on commit 9e6073d

Please sign in to comment.