From 6e7d371a92ce76fef86ffdde27d8fa70eb7a1585 Mon Sep 17 00:00:00 2001 From: Walidoux Date: Fri, 26 Aug 2022 15:39:22 +0100 Subject: [PATCH] =?UTF-8?q?revert(docs)=20=E2=9C=8F=EF=B8=8F:=20fix=20typo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 43f8909..7e81d8d 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,5 @@ NPM ➜ npm install --save-dev prettier @walidoux/prettier-config Add it to your project inside `package.json`'s file. ```json -{ - "prettier": "@marcbouchenoire/prettier-config" -} +{ "prettier": "@walidoux/prettier-config" } ```