Merge pull request #97 from k4rtik/patch-1

Correct client invocation example
This commit is contained in:
Alex Crichton 2016-11-09 10:11:02 -07:00 committed by GitHub
commit da3544f468

View File

@ -9,7 +9,7 @@
//! and in another terminal you can run:
//!
//! ```sh
//! $ nc -u localhost 8080
//! $ nc -4u localhost 8080
//! ```
//!
//! Each line you type in to the `nc` terminal should be echo'd back to you!