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
@@ -10,7 +10,7 @@
//!
//! And then in another window run:
//!
//! nc -4 localhost 8080
//! cargo run --example connect 127.0.0.1:8080
//!
//! You can run the second command in multiple windows and then chat between the
//! two, seeing the messages from the other client as they're received. For all