mirror of
https://github.com/tokio-rs/tokio.git
synced 2025-10-01 12:20:39 +00:00
Fix typo in README.md in examples (#1002)
This commit is contained in:
parent
9c5cad037f
commit
e0e26bc223
@ -29,7 +29,7 @@ A high level description of each example is:
|
||||
|
||||
* [`connect`](connect.rs) - this is a `nc`-like clone which can be used to
|
||||
interact with most other examples. The program creates a TCP connection or UDP
|
||||
socket to sends all information read on stdin to the remote peer, displaying
|
||||
socket and sends all information read on stdin to the remote peer, displaying
|
||||
any data received on stdout. Often quite useful when interacting with the
|
||||
various other servers here!
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user