diff --git a/examples/hello_world.rs b/examples/hello_world.rs index ab4e973c0..04fb69a74 100644 --- a/examples/hello_world.rs +++ b/examples/hello_world.rs @@ -1,9 +1,7 @@ -//! Hello world server. -//! //! A simple client that opens a TCP stream, writes "hello world\n", and closes //! the connection. //! -//! You can test this out by running: +//! To start a server that this client can talk to on port 6142, you can use this command: //! //! ncat -l 6142 //!