diff --git a/Documentation/DevelopingFrontEnd.MD b/Documentation/DevelopingFrontEnd.MD
index 2a9b97e60c58a22260ccd4e37a4291e1584d05df..afdb097e03435f3fa0574fbbcc8d5937d3563182 100644
--- a/Documentation/DevelopingFrontEnd.MD
+++ b/Documentation/DevelopingFrontEnd.MD
@@ -40,6 +40,8 @@ You may also feel the need to tweak the last lines of [this file](https://github
 
 When the app works move your changes back onto the website with:
 
-```git add filename.py
-git commit -m 'work-done'"
-git push origin master```
+```BASH
+git add filename.py
+git commit -m 'work-done'
+git push origin master
+```