From fe42909ee77706be995914b91e6d5780fdeacc53 Mon Sep 17 00:00:00 2001 From: Alex Sherman Date: Fri, 15 Mar 2024 20:55:55 -0500 Subject: [PATCH] Fix typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3122234..4040923 100644 --- a/README.md +++ b/README.md @@ -162,7 +162,7 @@ In order to use custom event loops, be sure to set the event loop policy before For example, to use `uvloop` simply: ```python -import unsync +from unsync import unsync import uvloop @unsync