From cc701a9b73459d611bf15cdc4587bda764b67e9a Mon Sep 17 00:00:00 2001 From: JonKing93 Date: Tue, 13 Apr 2021 15:49:36 -0700 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4b3d8b96..5c7916ba 100644 --- a/README.md +++ b/README.md @@ -18,9 +18,11 @@ You can find comprehensive documentation for DASH at: [https://jonking93.github. The following is an overview of the branches of DASH main: This branch holds the most recent release of DASH. Any code on the main branch (following the v4.0.0 release) should run succesfully. + dev: This is the branch for active development of the DASH code. This branch may have the most cutting edge updates to DASH, but may change and/or break without warning. gh-pages: This branch holds the source code for the DASH website + gh-pages-dev: Use this branch for website development before pushing to production.