diff --git a/examples/helloworld-tutorial.md b/examples/helloworld-tutorial.md index f72386f..56d21de 100644 --- a/examples/helloworld-tutorial.md +++ b/examples/helloworld-tutorial.md @@ -240,7 +240,7 @@ async fn main() -> Result<(), Box> { You should now be able to run your HelloWorld gRPC server using the command `cargo run --bin helloworld-server`. This uses the [[bin]] we defined earlier in our `Cargo.toml` to run specifically the server. -If have a gRPC GUI client such as [Bloom RPC] you should be able to send requests to the server and get back greetings! +If you have a gRPC GUI client such as [Bloom RPC] you should be able to send requests to the server and get back greetings! Or if you use [grpcurl] then you can simply try send requests like this: ```