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()