Update channels.md

pull/337/head
sope 3 years ago committed by GitHub
parent 90e2a206f1
commit 2711cdb2ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -17,7 +17,7 @@ touch src/bin/client.rs
cargo run --bin server
```
此时,服务器已经成功运行起来。 同样的,可以用 `cargo run --bin clien` 这种方式运行即将实现的客户端。
此时,服务器已经成功运行起来。 同样的,可以用 `cargo run --bin client` 这种方式运行即将实现的客户端。
万事俱备,只欠代码,一起来看看客户端该如何实现。

Loading…
Cancel
Save