Skip to content

Commit d1f1836

Browse files
committed
đź“ť Update readme
1 parent 7d0d6de commit d1f1836

File tree

2 files changed

+2
-2226
lines changed

2 files changed

+2
-2226
lines changed

‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ cmake --build ./build --config Release --target all -j 14
6161
After building, you can run the game executable directly from the build directory:
6262
6363
```bash
64-
./celestial_roll
64+
./build/celestial_roll
6565
```
6666

6767
### Controls:
@@ -130,7 +130,7 @@ After building, you can run the game executable directly from the build director
130130

131131
##### Time-based animations ($\Delta t$)
132132

133-
> All movements ate [time-based](./include/game/game.hpp#47).
133+
> All movements are [time-based](./include/game/game.hpp#47).
134134
135135
#### Generative AI Usage
136136

0 commit comments

Comments
 (0)