From b0fdc6428fe7ed41422a4177680036eae0357bbf Mon Sep 17 00:00:00 2001 From: Sylvain Date: Mon, 7 Aug 2023 12:09:39 +1000 Subject: [PATCH] Update contributing.md --- docs/contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contributing.md b/docs/contributing.md index fac9349..b0e72c2 100644 --- a/docs/contributing.md +++ b/docs/contributing.md @@ -12,7 +12,7 @@ We use `pnpm` as the core package manager, `yarn` and `docker` for creating the git clone https://github.com/maoosi/prisma-appsync.git ``` -**Checkout the `dev` branch (latest working branch):** +**Checkout the `dev` branch (working branch):** ```bash git checkout dev