Skip to content

Commit a291cd8

Browse files
Update README.md
1 parent 1cd3fe7 commit a291cd8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ Raylib and other system dependencies are auto-downloaded by CMake.
3131
# Quick start (For all Operating Systems)
3232
```bash
3333
git clone https://github.com/TimGoTheCreator/CxxGRAV.git
34-
cd SemiEuler
34+
cd CxxGRAV
3535
mkdir build
3636
cd build
3737
cmake ..
3838
cmake --build .
3939
cd bin
40-
./SemiEuler
40+
./CxxGRAV
4141
```
4242

4343
For this, Git is required

0 commit comments

Comments
 (0)