Touch up examples to ensure consistency

This commit is contained in:
Alex Crichton
2016-11-22 12:35:30 -08:00
parent 9b62ade962
commit 1a48b79474
6 changed files with 105 additions and 106 deletions
+2 -6
View File
@@ -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!