From afa9d9d236b7ca96d70d696ab38aadac7cdf41ff Mon Sep 17 00:00:00 2001 From: Kevin Zhang Date: Thu, 3 Oct 2019 13:09:39 -0700 Subject: [PATCH] Fix typo in examples readme (#36) --- tonic-examples/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tonic-examples/README.md b/tonic-examples/README.md index 0bd5e2560..de76c8578 100644 --- a/tonic-examples/README.md +++ b/tonic-examples/README.md @@ -21,7 +21,7 @@ $ cargo run --bin helloworld-server ### Client ```bash -$ cargo run --bin routegide-client +$ cargo run --bin routeguide-client ``` ### Server