diff --git a/quad/src/test/README.md b/quad/src/test/README.md index 229cb6bdf47226078160c4c1616137b167d368ab..a484745cc317fe93bb0acf11953eb5f4043409fd 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