From 20ca87b4c49b5a5f665b3d04d23b2eb0136b5a0c Mon Sep 17 00:00:00 2001 From: anabellabuckvar <41971124+anabellabuckvar@users.noreply.github.com> Date: Thu, 21 Nov 2024 10:25:10 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5f1a769bf..f1653175c 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ npm run build:clean:stage When a commit is pushed, this automatically triggers a Netlify build on your branch. For every push, a deploy and deploy preview will be generated. -By default, the master branch of `docs-landing` will be parsed with the parser version specified in the `Netlify.toml` and built with the frontend version of your branch. However, if you'd like to build a different site or branch, or build with a different parser version, this can be easily done by just updating the values in the Netlify.toml accordingly(don't forget to update the `ORG_NAME` to `mongodb` or `10gen` depending on which org your repo belongs to!) +By default, the master branch of `docs-landing` will be parsed with the parser version specified in the `Netlify.toml` and built using your branch as the frontend. If you'd like to build a different site or branch or build with a different parser version, this can be easily done by just updating the values in the Netlify.toml accordingly. Don't forget to update the `ORG_NAME` to `mongodb` or `10gen` depending on which org your repo belongs to! ## Releasing