Skip to content

Commit 075c035

Browse files
committed
doc(main): Updated documentation
1 parent 42e4214 commit 075c035

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ grpcurl -plaintext -d '{"text":"hello"}' localhost:50051 example.ExampleService/
105105
- with `ExampleService/ExampleStreaming`:
106106

107107
```shell
108-
grpcurl -plaintext -d '@' localhost:50051 example.ExampleService/ExampleStreaming<<EOF
108+
grpcurl -plaintext -d '@' localhost:50051 example.ExampleService/ExampleStreaming <<EOF
109109
{"text":"hello"}
110110
{"text":"world"}
111111
EOF

0 commit comments

Comments
 (0)