From e938fdef1c0823e09097bbde8657f54b1cd8b644 Mon Sep 17 00:00:00 2001 From: Dmitri Yourchev Date: Tue, 13 Feb 2024 11:33:36 +0600 Subject: [PATCH] fix(README): fix husky link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 45fe8db21..9b52850b7 100755 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ This boilerplate is made for creating chrome extensions using React and Typescri - [SASS](https://sass-lang.com/) - [Prettier](https://prettier.io/) - [ESLint](https://eslint.org/) -- [Husky](https://typicode.github.io/husky/getting-started.html#automatic-recommended) +- [Husky](https://typicode.github.io/husky/get-started.html#automatic-recommended) - [Commitlint](https://commitlint.js.org/#/guides-local-setup?id=install-commitlint) - [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/#summary) - [Chrome Extension Manifest Version 3](https://developer.chrome.com/docs/extensions/mv3/intro/)