From 6f93d8f985cf425758a287536e84d868919bf008 Mon Sep 17 00:00:00 2001 From: NandaScott Date: Wed, 25 Sep 2019 20:38:16 -0400 Subject: [PATCH] Updated readme again --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 3327be9..366c083 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,3 @@ The simplest way to prevent sending too many requests too quickly is the followi >>> time.sleep(0.1) >>> card = scrython.cards.Random() -Or in asyncronous applications: - - >>> await asyncio.sleep(0.1) - >>> card = scrython.cards.Random()