From 9769c432a7172b820df896e517f59b2b084ae33a Mon Sep 17 00:00:00 2001 From: Maxime Loukhal Date: Fri, 23 Feb 2024 15:47:35 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8ef9afa..48f3b8c 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ## Introduction -CBus is a lightweight event bus library for C. It provides a simple mechanism for event handling and propagation within +CBUS is a lightweight event bus library for C. It provides a simple mechanism for event handling and propagation within your C applications. ## Usage @@ -108,4 +108,4 @@ for (i = 0; i < 5; i++) { // Clean up the created handlers to free memory event_handler_destroy(print); event_handler_destroy(limit_print); -``` \ No newline at end of file +```