Skip to content

Commit

Permalink
docs: align the examples (typicode#992)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
NoriSte authored and nikoladavitkovski committed Sep 5, 2022
1 parent e79e0f7 commit af03862
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/README.md
Expand Up @@ -438,6 +438,7 @@ If you were calling directly locally installed binaries, **you need to run them
# .husky/pre-commit (v6)
# ...
npx --no-install jest
# or
yarn jest
```

Expand Down

0 comments on commit af03862

Please sign in to comment.