From 9225e1c50d9a815bc2e72e179536fd7a0cba0c33 Mon Sep 17 00:00:00 2001 From: Rodrigo Alfonso Date: Mon, 17 Feb 2020 03:14:25 -0300 Subject: [PATCH] Fix demos folder --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f29cfa7..2c962d3 100644 --- a/README.md +++ b/README.md @@ -230,7 +230,7 @@ As such, `CMake` was an easy choice. Use the following commands to build everyth 2. `cmake ./../` 3. `make` -The demos will be in `cmake-build-debug/demox/demoname.gba`. +The demos will be in `cmake-build-debug/demos/demoname.gba`. Things you might need to change in `CMakeLists.txt` files: