From 2a71d67ee19f8c1db59812612fe0bcb55ee708b9 Mon Sep 17 00:00:00 2001 From: Alex Russell Date: Fri, 29 Mar 2024 09:31:48 +0000 Subject: [PATCH 1/2] =?UTF-8?q?docs:=20=F0=9F=93=9A=20fix=20typo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4c112a95..98925c57 100644 --- a/README.md +++ b/README.md @@ -149,7 +149,7 @@ only really useful as a `prepare-commit-msg` or `commit-msg` hook. When to use what hook? -* `prepare-commit-msg`: use this if you do not use **Devmnojis** `--lint` option and want to use it with something like [commitlint](https://commitlint.js.org/) instead. +* `prepare-commit-msg`: use this if you do not use **Devmojis** `--lint` option and want to use it with something like [commitlint](https://commitlint.js.org/) instead. * `commit-msg`: use this hook if you also want to use **Devmoji** for linting Configuration using [Husky](https://typicode.github.io/husky/) From 58fbeb14f3a1cd6b13946026fb074ee33023f840 Mon Sep 17 00:00:00 2001 From: Alex Russell Date: Fri, 29 Mar 2024 09:32:14 +0000 Subject: [PATCH 2/2] =?UTF-8?q?docs:=20=F0=9F=93=9A=20fix=20conflicting=20?= =?UTF-8?q?information?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 98925c57..448a6039 100644 --- a/README.md +++ b/README.md @@ -159,7 +159,7 @@ Configuration using [Husky](https://typicode.github.io/husky/) $ npx husky install # add a hook for devmoji -$ npx husky add .husky/prepare-commit-msg "npx devmoji -e --lint" +$ npx husky add .husky/commit-msg "npx devmoji -e --lint" ``` Configuration using [Yorkie](https://www.npmjs.com/package/yorkie)