README: fix typo.

v0.7.x
whitequark 2017-08-25 06:20:10 +00:00
parent afdf73ffef
commit acf4688ad8
1 changed files with 1 additions and 1 deletions

View File

@ -221,7 +221,7 @@ Read its [source code](/examples/client.rs), then run it as:
cargo run --example client -- tap0 ADDRESS PORT
```
It connects to the given address (not a hostname) and port (e.g. `socat stdio tcp4-listen 1234`),
It connects to the given address (not a hostname) and port (e.g. `socat stdio tcp4-listen:1234`),
and will respond with reversed chunks of the input indefinitely.
### examples/ping.rs