Skip to content

Commit

Permalink
doc(examples): fixed grammar (#646)
Browse files Browse the repository at this point in the history
  • Loading branch information
JaydenElliott committed May 14, 2021
1 parent c309063 commit f613386
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/helloworld-tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {

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:
```
Expand Down

0 comments on commit f613386

Please sign in to comment.