Skip to content

Commit 4e7c6dc

Browse files
authored
docs: align the examples (#992)
The "Locally installed binaries" section was missing a `# or` comment between the `npx` and `yarn` example. I brought the comment directly from the "HUSKY_GIT_PARAMS" section.
1 parent f4bb9f4 commit 4e7c6dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -438,6 +438,7 @@ If you were calling directly locally installed binaries, **you need to run them
438438
# .husky/pre-commit (v6)
439439
# ...
440440
npx --no-install jest
441+
# or
441442
yarn jest
442443
```
443444

0 commit comments

Comments
 (0)