From 1febc574acb712eac7190876ef417a6d676c148c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Cruz?= Date: Thu, 19 Sep 2024 14:42:08 +0100 Subject: [PATCH] Fix installation instructions --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 31995f6..d78d4cf 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# commitlint-config-uphold +# @uphold/commitlint-config-uphold Shareable commitlint config enforcing Uphold's commit conventions. @@ -20,7 +20,7 @@ This package ensures our commits follow our standard: ## Installation ```sh -❯ npm i commitlint-config-uphold --save-dev +❯ npm i @uphold/commitlint-config-uphold --save-dev ``` or with Yarn: