diff --git a/README.md b/README.md index e17f143..2fa3f85 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,8 @@ package.json ```json { - "git-hooks": { + "scripts": { + "test": "jest", "precommit": "npm run test", "prepush": "npm run test" }