From 34e20bc94690d355ec67bac7cf240946e054a64e Mon Sep 17 00:00:00 2001 From: Hugo Dias Date: Tue, 29 Mar 2022 15:08:58 +0100 Subject: [PATCH] fix: update readme --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index c341e7c..d063678 100644 --- a/readme.md +++ b/readme.md @@ -505,7 +505,7 @@ We use `pnpm` in this project and commit the `pnpm-lock.yaml` file. ```bash # install all dependencies in the mono-repo -pnpm i +pnpm install # setup git hooks npx simple-git-hooks ```