From bf679729520d7009a10988a6fee6ed651ee4f02b Mon Sep 17 00:00:00 2001 From: Jonathan Moallem Date: Wed, 25 Nov 2020 18:02:30 +1100 Subject: [PATCH] Updated Readme copy --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 379ba5c..5ef685a 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ Unfortunately **we do not yet have automated project setup configured for Window ### Additional Notes - It is recommended that your code should go into the `/src` directory, which is automatically included in the compile process when you run `make`. -- If you wish to change the program entry point from `/src/main.cpp`, add more libraries, or really anything about your project, all build instructions are specified in the `Makefile` no smoke and mirrors! +- If you wish to change the program entry point from `/src/main.cpp`, add more libraries, or really anything about your project, all build instructions are specified in the `Makefile` - no smoke and mirrors! ## Contributing