From 9e6073d09db51b974761893badb9de548cf1812c Mon Sep 17 00:00:00 2001 From: Richard Mayes Date: Mon, 10 Oct 2022 19:09:52 +0100 Subject: [PATCH] docs(readme): fix minor command typo (#1197) --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index e5e736990..0ed7babd2 100644 --- a/docs/README.md +++ b/docs/README.md @@ -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: