From 0df09f78876b5be18fb83410704fce67af2fd30a Mon Sep 17 00:00:00 2001 From: nocturn9x Date: Sun, 26 Dec 2021 15:55:04 +0100 Subject: [PATCH] Updated README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 26499c1..7375914 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ asyncevents is a small library to help developers perform asynchronous event han ## Why? This library exists because the current alternatives either suck, lack features or are inspired by other languages' -implementations of events like C# and Node.js: asyncevents aims to be a fully Pythonic library that provides just the +implementations of events like C# and Node.js: asyncevents aims to be a fully Pythonic library that provides you the features you need and nothing more (nor nothing less). ## Cool! How do I use it?