From 5bfc12fc7342fdfd618edbda02eca3334edd7493 Mon Sep 17 00:00:00 2001 From: nocturn9x Date: Fri, 13 Nov 2020 23:34:29 +0100 Subject: [PATCH] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7a9e0ab..86acf8d 100644 --- a/README.md +++ b/README.md @@ -184,7 +184,7 @@ Our previous examples could be written using sync functions (like `time.sleep`) quite useful is it? But here comes the reason why you would want to use a library like giambio: it can run multiple async functions __at the same time__. -Yep, you read that right. To demnostrate this, have a look a this example +Yep, you read that right. To demonstrate this, have a look a this example ```python