From a5f4f5b73026763f580737bca37004a2877d1701 Mon Sep 17 00:00:00 2001 From: Owen Nelson Date: Fri, 12 Jan 2024 16:22:10 -0600 Subject: [PATCH] Fix typo Authored-by: Owen Nelson --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8a023b3..c04af4f 100644 --- a/README.md +++ b/README.md @@ -168,7 +168,7 @@ included in .pre-commit-config.yaml: ## Husky [husky](https://typicode.github.io/husky) is an npm module for managing hooks. -Add the following line to the husky pre-commit configuration in you +Add the following line to the husky pre-commit configuration in your `package.json`: ```