From c86d1c329c60cf77f413d2b192142dee73fec55c Mon Sep 17 00:00:00 2001 From: Richard Hundt Date: Thu, 22 Apr 2021 12:19:47 +0200 Subject: [PATCH] Fixed minor typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ba1792d..a366659 100644 --- a/README.md +++ b/README.md @@ -1726,7 +1726,7 @@ with (but not scheduled by) an event loop. This gives a clean linear flow to writing concurrent applications without the need for inverting everything using callbacks. -Here's the canonical TCP echo server example: +Here is the canonical TCP echo server example: ``` import async, yield from "async"