mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-25 00:00:18 +02:00
Touch up examples to ensure consistency
This commit is contained in:
+2
-6
@@ -2,15 +2,11 @@
|
||||
//!
|
||||
//! If you're on unix you can test this out by in one terminal executing:
|
||||
//!
|
||||
//! ```sh
|
||||
//! $ cargo run --example echo
|
||||
//! ```
|
||||
//! cargo run --example echo
|
||||
//!
|
||||
//! and in another terminal you can run:
|
||||
//!
|
||||
//! ```sh
|
||||
//! $ nc localhost 8080
|
||||
//! ```
|
||||
//! nc -4 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