From 6f5ec1d81139909567ba9efa211417348b7976a0 Mon Sep 17 00:00:00 2001 From: lejulien Date: Wed, 14 Jan 2026 15:20:38 +0000 Subject: [PATCH] Actualiser README.md Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cfd8efa..935d9d9 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This is a simple Game Of Life editor written in C++ with raylib & dearImGUI ## How to compile the project -Ensure you have g++, cmake and the thendependencies of raylib +Ensure you have g++, cmake and the dependencies of raylib ```shell mkdir build