From aa71929efa611b3c579a5a1fdf44d0a624c2826b Mon Sep 17 00:00:00 2001 From: Quin Lynch <49576606+quinchs@users.noreply.github.com> Date: Tue, 3 Aug 2021 20:28:07 -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 e06b749a4..000d326ab 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Setting up labs in your project is really simple, here's how to do it: ## Branches ### Dev -The main branch we pull off of to introduce new features into, the dev branch is the same as Discord.Nets dev branch +This branch is kept up to date with dnets dev branch. we pull of it to ensure that labs will work with pre existing dnet code. ### release/2.x This branch is what will be pushed to nuget, sometimes its not up to date as we wait for other features to be finished.