diff --git a/sayncio_patch.py.md b/sayncio_patch.py.md index dcdbd50..89311cc 100644 --- a/sayncio_patch.py.md +++ b/sayncio_patch.py.md @@ -1,6 +1,6 @@ # AsyncPatch -# A mixin written by me to use to enable async on all your non async classes! It's not only a patch to use it but actually really executes the code in the event loop! +A mixin written by me to use to enable async on all your non async classes! It's not only a patch to use it but actually really executes the code in the event loop! ## How to use ```python