From 87772ca12e03f7c5a777d1e6ec01f9e10caa2039 Mon Sep 17 00:00:00 2001 From: bbartels <bbartels@iastate.edu> Date: Fri, 7 Apr 2017 14:36:08 -0500 Subject: [PATCH] Update README.md --- quad/README.md | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/quad/README.md b/quad/README.md index 8e27d2a35..5bc803bc5 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 -- GitLab