fix: wrong place in readme

This commit is contained in:
_N3m0 2024-03-11 18:05:06 +01:00
parent 4b7a4f1cb0
commit 4b959ef449
1 changed files with 2 additions and 2 deletions

View File

@ -2,12 +2,12 @@
Minesweeper game.
Oh no, my os doesn't comme with minesweeper preinstalled, let's make it myself.
# building
You need to install [raylib v5](https://github.com/raysan5/raylib/releases/tag/5.0), but any version should work.
Oh no, my os doesn't comme with minesweeper preinstalled, let's make it myself.
```console
$ make
```