From bcdb32d8e5ce5a61ff6852061328df71e2a93513 Mon Sep 17 00:00:00 2001 From: Mattia Date: Fri, 29 Apr 2022 10:34:02 +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 7ceaf7c..e039b8d 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ asyncevents is a small library to help developers perform asynchronous event han - Built-in exception handling (optional) - The public API is fully type hinted for those sweet, sweet editor suggestions - Public API is fully documented (and some private stuff too): you could write this from scratch in a couple of hours (like I did) -- Very small (~200 CLOC), although it can't fit on a postcard +- Very small (<800 CLOC), although it can't fit on a postcard - Oneshot events (i.e. fired only once)