Fix typo in README.md in examples (#1002)

This commit is contained in:
Red Hara 2019-03-24 20:02:11 +03:00 committed by David Barsky
parent 9c5cad037f
commit e0e26bc223

View File

@ -29,7 +29,7 @@ A high level description of each example is:
* [`connect`](connect.rs) - this is a `nc`-like clone which can be used to
interact with most other examples. The program creates a TCP connection or UDP
socket to sends all information read on stdin to the remote peer, displaying
socket and sends all information read on stdin to the remote peer, displaying
any data received on stdout. Often quite useful when interacting with the
various other servers here!