Recommend the connect example over nc

This commit is contained in:
Alex Crichton
2017-09-11 08:07:38 -07:00
parent e0b751b013
commit 5e4cfdfab1
3 changed files with 9 additions and 10 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
//!
//! and then in another terminal executing
//!
//! nc -4 localhost 8080
//! cargo run --example connect 127.0.0.1:8080
//!
//! You should see `Hello!` printed out and then the `nc` program will exit.