From fef6c5cdab5a92d527407dd97387fdf3d0ddd33a Mon Sep 17 00:00:00 2001
From: bbartels <bbartels@iastate.edu>
Date: Mon, 1 May 2017 19:55:53 -0500
Subject: [PATCH] Update README.md

---
 quad/src/test/README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/quad/src/test/README.md b/quad/src/test/README.md
index 229cb6bdf..a484745cc 100644
--- a/quad/src/test/README.md
+++ b/quad/src/test/README.md
@@ -35,8 +35,8 @@ int main() {
 }
 ```
 
-An example of creating a `test/` directory is done in this folder. To run make
-the unit tests in your library, run
+An example of creating a `test/` directory in your project is done in this 
+folder. To run the unit tests in your project, run
 ```
 make test
 ```
\ No newline at end of file
-- 
GitLab