From 434b9c306410b832b4b8ed8b002c222d452dad85 Mon Sep 17 00:00:00 2001 From: Vajda Ervin-Oliver <133162784+Dr20Ervin@users.noreply.github.com> Date: Wed, 20 May 2026 13:02:14 +0300 Subject: [PATCH] Fix typo in project description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cab2d52..2c204e9 100644 --- a/README.md +++ b/README.md @@ -7,4 +7,4 @@ A classic arcade game rebuilt from the ground up using modern C++ and the Raylib * Game state management (Main Menu, Gameplay, Game Over). * A CPU AI opponent with adjustable difficulty levels (Easy, Normal, Hard). -*This is a project developed for UTCN - ETTI Helios Additional_activity.* \ No newline at end of file +*This is a project developed for UTCN - ETTI Helios Additional Activity.*