mirror of
https://github.com/tokio-rs/tokio.git
synced 2025-09-25 12:00:35 +00:00
Fix wrong file link in examples readme.md (#208)
This commit is contained in:
parent
189d6baac4
commit
2a1585157e
@ -44,7 +44,7 @@ A high level description of each example is:
|
||||
spawning tasks, and finally framing a TCP connection to discrete
|
||||
request/response objects.
|
||||
|
||||
* [`tinydb`](tinyhttp.rs) - an in-memory database which shows sharing state
|
||||
* [`tinydb`](tinydb.rs) - an in-memory database which shows sharing state
|
||||
between all connected clients, notably the key/value store of this database.
|
||||
|
||||
If you've got an example you'd like to see here, please feel free to open an
|
||||
|
Loading…
x
Reference in New Issue
Block a user