mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-07 00:00:09 +02:00
Correct client invocation example
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
//! and in another terminal you can run:
|
||||
//!
|
||||
//! ```sh
|
||||
//! $ nc -u localhost 8080
|
||||
//! $ echo -n "hello" | nc -4u localhost 8080
|
||||
//! ```
|
||||
//!
|
||||
//! Each line you type in to the `nc` terminal should be echo'd back to you!
|
||||
|
||||
Reference in New Issue
Block a user