From 14e96abd2234607b0bf4a5844b7e42d236f7c962 Mon Sep 17 00:00:00 2001 From: nocturn9x Date: Tue, 24 Mar 2020 13:20:19 +0000 Subject: [PATCH] Small fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 649b3ee..e8b45a6 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ This library implements what is known as a stackless mode of execution, or "gree Right now this is no more than a toy implementation to help me understand how Python and async work, but it will (hopefully) become a production ready library soon -## Let's Code! +## A small explanation Libraries like giambio shine the most when it comes to performing asyncronous I/O (reading a socket, writing to a file, stuff like that).