From ce84976d3c16a5352130b62f31a5a9d1d49bc806 Mon Sep 17 00:00:00 2001 From: Joshua Humphries Date: Wed, 27 Feb 2019 18:16:55 -0500 Subject: [PATCH] fix typo in readme fixes #79 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 12ee13e..1713f2f 100644 --- a/README.md +++ b/README.md @@ -107,7 +107,7 @@ If you want to include `grpcurl` in a command pipeline, such as when using `jq` create a request body, you can use `-d @`, which tells `grpcurl` to read the actual request body from stdin: ```shell -grpcurl -d @ grpc.server.com:443 my.custom.server.Service/Method <<