diff --git a/BlankProjectTemplate/Doc/DevelopmentPlan/DevelopmentPlan.pdf b/BlankProjectTemplate/Doc/DevelopmentPlan/DevelopmentPlan.pdf
index 115126b07f6f68e732a5492cfc8e5211ce482e44..434239b2ddbb4a9a1c4a98eb633fcd9f44619694 100644
Binary files a/BlankProjectTemplate/Doc/DevelopmentPlan/DevelopmentPlan.pdf and b/BlankProjectTemplate/Doc/DevelopmentPlan/DevelopmentPlan.pdf differ
diff --git a/BlankProjectTemplate/Doc/DevelopmentPlan/DevelopmentPlan.tex b/BlankProjectTemplate/Doc/DevelopmentPlan/DevelopmentPlan.tex
index feb6cf2e82574d2556afdb45b75e1826c139486c..9ecfc630f88d2edea90748282eeec5b13a047610 100644
--- a/BlankProjectTemplate/Doc/DevelopmentPlan/DevelopmentPlan.tex
+++ b/BlankProjectTemplate/Doc/DevelopmentPlan/DevelopmentPlan.tex
@@ -103,7 +103,7 @@ We will be using the Git Feature Branch Workflow to manage the software developm
 working on different modules or sections of the software at the same time in localized branches, before pushing their changes to the master branch.
 
 \section{Proof of Concept Demonstration Plan}
-The original project is built using javascript, HTML and CSS in contrast to our development plan using python and the kivy GUI library. Since we are using an OOP language, we will be able to create classes different component of the snake game such as the snake unit block, snake body, and snake bate. The hardest part of the implementation will be the movement of the snake according to the user's keyboard inputs, and second to that would be the process of expanding the snake once an a food item is captured. Besides that, the interface may be difficult to implement in python but could be simple with the use of a python framework such as PyQT5.
+The original project is built using javascript, HTML and CSS in contrast to our development plan using python and the kivy GUI library. Since we are using an OOP language, we will be able to create classes different component of the snake game such as the snake unit block, snake body, and snake bate. The hardest part of the implementation will be the movement of the snake according to the user's keyboard inputs, and second to that would be the process of expanding the snake once an a food item is captured. Besides that, the interface may be difficult to implement in python but could be simple with the use of a python framework such as PyQT5. Once our game application has been developed the next part would be test the project and for that we will be using pytest, since our backend language is python this will help us test all possible functions and aspects. The functions that will be difficult to test would be to see if the snake eats the food, does the food appear at random locations after eaten by the snake and if the snake tries to cross the maze does it die. Last but not least, portability would not be an issue for this application as it is an online application it can easily be accessible by any computing device. 
 
 \section{Technology}
 
diff --git a/BlankProjectTemplate/Doc/DevelopmentPlan/README.md b/BlankProjectTemplate/Doc/DevelopmentPlan/README.md
deleted file mode 100644
index b6bfa0cb0bb6597dc14c249f4e739cd60428dc7d..0000000000000000000000000000000000000000
--- a/BlankProjectTemplate/Doc/DevelopmentPlan/README.md
+++ /dev/null
@@ -1,5 +0,0 @@
-# Development Plan
-
-The folders and files for this folder are as follows:
-
-Describe ...