diff --git a/quad/README.md b/quad/README.md
index 8e27d2a35a994bcc8ee4bfe022386ffb7a96d3d5..5bc803bc5cf3ea19c816e022a2617275081f827a 100644
--- a/quad/README.md
+++ b/quad/README.md
@@ -10,20 +10,14 @@ the quad, and the XSDK main project that runs on the Zybo.
 
 ## Software Instructions
 
-The main quad application is written as a library, and located at:
-```
-src/quad_app/   ("main" function in quad_app.c)
-```
+The main quad application is written as a library, and located at 
+`src/quad_app/` ("main" function in quad_app.c).
 
-The main XSDK project that actually runs on the Zybo is located at:
-```
-xsdk_workspace/real_quad/
-```
+The main XSDK project that actually runs on the Zybo is located at
+`xsdk_workspace/real_quad/`
 
-We also have a complemetary "virtual quad" to ease testing:
-```
-src/virt_quad/
-```
+We also have a complemetary "virtual quad" to ease testing located at
+`src/virt_quad/`
 
 ## Building