Skip to content

Commit

Permalink
fix document for helloworld-tutorial.md (#1316)
Browse files Browse the repository at this point in the history
Signed-off-by: ZhengSheng0524 <[email protected]>
  • Loading branch information
j13tw authored Mar 14, 2023
1 parent 99eae57 commit dcb0026
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 @@ -243,7 +243,7 @@ If you have a gRPC GUI client such as [Bloom RPC] you should be able to send req

Or if you use [grpcurl] then you can simply try send requests like this:
```
$ grpcurl -plaintext -import-path ./proto -proto helloworld.proto -d '{"name": "Tonic"}' '[::]:50051' helloworld.Greeter/SayHello
$ grpcurl -plaintext -import-path ./proto -proto helloworld.proto -d '{"name": "Tonic"}' '[::1]:50051' helloworld.Greeter/SayHello
```
And receiving responses like this:
```
Expand Down

0 comments on commit dcb0026

Please sign in to comment.