浏览代码

README: fix typo.

whitequark 7 年之前
父节点
当前提交
81d79c5455
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -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