From 88a381ae2077d24ccd762dc7fb47f91a58268e89 Mon Sep 17 00:00:00 2001 From: Hugo Dias Date: Thu, 13 Oct 2022 16:08:24 +0100 Subject: [PATCH] fix: bump api --- packages/access-api/readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/access-api/readme.md b/packages/access-api/readme.md index 75db81dff..23373e242 100644 --- a/packages/access-api/readme.md +++ b/packages/access-api/readme.md @@ -7,8 +7,8 @@ We use `pnpm` in this project and commit the `pnpm-lock.yaml` file. ### Install dependencies. ```bash -# install all dependencies in the mono-repo +# Install all dependencies in the mono-repo pnpm install -# setup git hooks +# Setup git hooks npx simple-git-hooks ```