From 6729d2c8311dfb5ed8e7da23a8f1e4c18fb3a8a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robin=20Br=C3=A4mer?= Date: Tue, 6 Aug 2024 18:54:59 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 44c613f..716bdda 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # event Go event library to subscribe and fire events used to decouple the event -source and sink in complex or ad-don based systems. +source and sink in complex or add-on based systems. ```go // Custom event type