From af038621425b73fb12cc8670d8885adc6f9211a0 Mon Sep 17 00:00:00 2001 From: Stefano Magni Date: Wed, 23 Jun 2021 00:48:16 +0200 Subject: [PATCH] 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. --- docs/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/README.md b/docs/README.md index ac930eb43..3a611e7ce 100644 --- a/docs/README.md +++ b/docs/README.md @@ -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 ```