Update README.md (#122)

This commit is contained in:
Kun Liu
2023-04-26 18:28:10 +08:00
committed by GitHub
parent 79422c0714
commit 7e2bbe32fd

View File

@@ -110,7 +110,7 @@ and spawns a new task per connection. It gracefully handles `accept` errors.
### Client library
[`client.rs`](src/client.rs) shows how to model an asynchronous client. The
[`client.rs`](src/clients/client.rs) shows how to model an asynchronous client. The
various capabilities are exposed as `async` methods.
### State shared across sockets