diff --git a/README.md b/README.md
index 6e4ab723de6f5efcc23b04f588e35039bb157f6e..448b91fe8376426edacc6276b1a0ca11f8cefedb 100644
--- a/README.md
+++ b/README.md
@@ -107,11 +107,17 @@ Todo
 **Public Function Members**
 - `void start_drawing(const float x, const float y)`:
   - <ins>Desc</ins>: 
+
     Start drawing at coordinates (`x`, `y`) (typically fingerdown location). Doesn't draw anything. 
+  
   - <ins>Pre</ins>:
+
   - <ins>Post</ins>: 
+  
     Drawing start is set to (x, y).
+
   - <ins>Notes</ins>: 
+    
     Nothing is drawn by this function. (x, y) are typically the fingerdown coordinates.
 
 - `bool draw(const float x, const float y, Toolbox& tb, bool drawing)`