We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42e4214 commit 075c035Copy full SHA for 075c035
README.md
@@ -105,7 +105,7 @@ grpcurl -plaintext -d '{"text":"hello"}' localhost:50051 example.ExampleService/
105
- with `ExampleService/ExampleStreaming`:
106
107
```shell
108
-grpcurl -plaintext -d '@' localhost:50051 example.ExampleService/ExampleStreaming<<EOF
+grpcurl -plaintext -d '@' localhost:50051 example.ExampleService/ExampleStreaming <<EOF
109
{"text":"hello"}
110
{"text":"world"}
111
EOF
0 commit comments