From 02354b3558861dad17e392e4375f7dd363f10e7e Mon Sep 17 00:00:00 2001 From: MagicBot Date: Mon, 2 May 2022 10:45:34 +0000 Subject: [PATCH] Update 'Development workflow' --- Development-workflow.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Development-workflow.md b/Development-workflow.md index 69abf47..a0862bf 100644 --- a/Development-workflow.md +++ b/Development-workflow.md @@ -29,7 +29,7 @@ The IDE will notify you of the branch being created and checked out. ![checkedout](https://cdn.discordapp.com/attachments/534260038039109632/970623349640269844/unknown.png) ->This new branch exists only on your local machine at this time. Only when we commit and push it to the repo will it be available to compile on MagicBox. +>This new branch exists only on your local machine at this time. Only once you commit and push to the repo will the branch be available to compile on MagicBox. Inside the IDE we will now perform the time honored developer test; displaying a debug message in the console on bootstrap. Notice the color of the filename has changed to cyan. This indicates modification.