From 0d916b56f2eec30030d999c94325e8e86d7d4244 Mon Sep 17 00:00:00 2001
From: Abdelrahman Said <said.abdelrahman89@gmail.com>
Date: Sun, 26 Jan 2025 22:37:33 +0000
Subject: [PATCH] Update README.md

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index dd5e3e8..b633d75 100644
--- a/README.md
+++ b/README.md
@@ -12,9 +12,9 @@ Testing some (potentially stupid 😅) ideas for a generic event system implment
     - [x] ~~Register a event new when not out of capacity and no free events exist~~
     - [x] ~~Re-allocate to add more events when out of capacity~~
 - [x] ~~Implement removing a previously registered event~~
-- [ ] Implement adding new event listeners
+- [x] ~~Implement adding new event listeners~~
     - [x] ~~Re-use a free slot if one exists~~
     - [x] ~~Register a new listeners when not out of capacity and no free listeners exist~~
-    - [ ] Re-allocate to add more listeners when out of capacity
+    - [x] ~~Re-allocate to add more listeners when out of capacity~~
 - [x] ~~Implement removing an existing listener~~
 - [x] ~~Implement emitting an event~~