Correct client invocation example

This commit is contained in:
Kartik Singhal 2016-11-09 11:41:37 -05:00 committed by GitHub
parent 45fc13071c
commit 71baa4967d

View File

@ -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!