From 993bba71cbcf452644eb70df5fdf8cdc2f570685 Mon Sep 17 00:00:00 2001 From: jakeg00dwin Date: Fri, 1 Mar 2024 11:38:30 -0800 Subject: [PATCH] updated to reflect the current directory names --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6404234..4b99eff 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ tree -L 2 ./ ├── src │   ├── CMakeLists.txt │   └── main.c -├── tdd.sh +├── otto.sh └── tests └── CMakeLists.txt @@ -35,7 +35,7 @@ tree -L 2 ./ There are two scripts setup inside the project directory: -**tdd.sh** +**otto.sh** Uesd to preform the needed commands to build, test and debug the project.