Skip to content

Commit fe47849

Browse files
committed
doc: use correct example name
Signed-off-by: Roman Volosatovs <rvolosatovs@riseup.net>
1 parent 364cc8b commit fe47849

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ We will use the following two Rust wRPC applications using TCP transport:
156156
6. Call native wRPC `hello` server using native wRPC `hello` client via TCP:
157157

158158
```sh
159-
cargo run -p hello-nats-client [::1]:7762
159+
cargo run -p hello-tcp-client [::1]:7762
160160
```
161161

162162
7. Call native wRPC `hello` server using Wasm `hello` client via TCP:

0 commit comments

Comments
 (0)