diff --git a/readme.md b/readme.md index b87cbbc..a6772f4 100644 --- a/readme.md +++ b/readme.md @@ -1,6 +1,6 @@ use ``` -g++ ./src/main.cpp ./src/Park_time.cpp ./src/Customer.cpp ./src/Park_spot.cpp -o test.exe +g++ main.cpp Park_time.cpp Customer.cpp Park_spot.cpp -o test.exe ``` to build the project \ No newline at end of file