diff --git a/Development-workflow.md b/Development-workflow.md
index 5dba69d..58c00ec 100644
--- a/Development-workflow.md
+++ b/Development-workflow.md
@@ -21,6 +21,10 @@ With master updated you can now create a new branch to make your changes into.
 
 ![newBranch](https://cdn.discordapp.com/attachments/534260038039109632/970608778284265482/unknown.png)
 
-Give an approriate name for your branch.  bugfix-xyz or feature-xyz are not appropriate so we will chose a name that is.
+Give an approriate name for your branch.  bugfix-xyz or feature-xyz won't work so we will chose a name that fits.
 
-![BranchCreate](https://cdn.discordapp.com/attachments/534260038039109632/970622781341466654/unknown.png)
\ No newline at end of file
+![BranchCreate](https://cdn.discordapp.com/attachments/534260038039109632/970622781341466654/unknown.png)
+
+The IDE will notify you of the branch being created and checked out.
+
+![checkedout](https://cdn.discordapp.com/attachments/534260038039109632/970623349640269844/unknown.png)
\ No newline at end of file