Skip to content

Commit b5bae87

Browse files
committed
Update README for anyio usage
1 parent ddb271a commit b5bae87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ response = client.send_command("/help")
1919
All documentation is in the docstrings of each function/class. Currently,
2020
there is no docs website or similar but one is planned.
2121

22-
Asynchronous usage of this module is possible with [trio](https://github.com/python-trio/trio). Use the AsyncRCONClient class. More details are in its docstring.
22+
Asynchronous usage of this module is possible with [anyio](https://github.com/agronholm/anyio). This means that you can use the async client with asyncio, curio and trio. Use the AsyncRCONClient class. More details are in its docstring.
2323

2424
Available functions in both classes are (see docstrings for more info):
2525
* connect - Connects to the RCON server.

0 commit comments

Comments
 (0)