From 91bc0ca8e61209e7e11d288dc1f7125ca2ab8f1e Mon Sep 17 00:00:00 2001
From: MagicBot <magicbot@magicbane.com>
Date: Mon, 2 May 2022 10:44:29 +0000
Subject: [PATCH] Update 'Development workflow'

---
 Development-workflow.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Development-workflow.md b/Development-workflow.md
index 1b16143..69abf47 100644
--- a/Development-workflow.md
+++ b/Development-workflow.md
@@ -49,7 +49,7 @@ Select commit and push.
 ![commitfiles](https://cdn.discordapp.com/attachments/534260038039109632/970631832313954304/unknown.png)<br>
 ![pushconfirm](https://cdn.discordapp.com/attachments/534260038039109632/970632223223083008/unknown.png)
 
-Now that our branch is on the repository it is available for MagicBox to compile and run.
+Now that your branch is on the repository it is available for MagicBox to compile and run.
 
 `docker exec -it magicbox /bin/bash`
 <br>
@@ -86,7 +86,7 @@ BUILD SUCCESSFUL
 Total time: 11 seconds
 ```
 
-Now let us validate our code change.
+Now let us validate the code changes by looking for our debug message in the login_console.
 
 `magicbox~/magicbane$./mbrestart.sh`
 <br>