From ec54b79d7a6cbecb6c6227913242ceab6491810a Mon Sep 17 00:00:00 2001 From: B Date: Fri, 29 Jan 2021 12:01:03 -0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e73a9747e..228434fd3 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ Our commitment to Open Source can be found [here](https://vercel.com/oss). 5. Duplicate `.env.template` and rename it to `.env.local`. 6. Add proper store values to `.env.local`. 7. Run `yarn dev` to build and watch for code changes -8. The development branch is `development` (this is the branch pull requests should be made against). +8. The development branch is `canary` (this is the branch pull requests should be made against). On a release, `develop` branch is rebased into `master`.