Skip to content

Commit

Permalink
Fix typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-sherman committed Mar 16, 2024
1 parent 2e615c0 commit fe42909
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fe42909

Please sign in to comment.