From 4b959ef44940f47ab281f67b13bc17b908c0e1f9 Mon Sep 17 00:00:00 2001 From: _N3m0 Date: Mon, 11 Mar 2024 18:05:06 +0100 Subject: [PATCH] fix: wrong place in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f6128bf..4eafaf2 100644 --- a/README.md +++ b/README.md @@ -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 ```