From 54ffdcacda29df36260665a680648f875db13cbd Mon Sep 17 00:00:00 2001 From: Joshua Humphries Date: Mon, 24 Aug 2020 13:58:09 -0400 Subject: [PATCH] fix typo --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 441df53..550315d 100644 --- a/README.md +++ b/README.md @@ -35,9 +35,9 @@ See also the [`grpcurl` talk at GopherCon 2018](https://www.youtube.com/watch?v= operate bi-directional streaming methods interactively by running `grpcurl` from an interactive terminal and using stdin as the request body! -`grpcurl` supports both secure/TLS server _and_ plain-text (i.e. no TLS) and has -numerous options for TLS configuration. It also supports mutual TLS, where the client -is required to present a client certificate. +`grpcurl` supports both secure/TLS servers _and_ plain-text servers (i.e. no TLS) and has +numerous options for TLS configuration. It also supports mutual TLS, where the client is +required to present a client certificate. As mentioned above, `grpcurl` works seamlessly if the server supports the reflection service. If not, you can supply the `.proto` source files or you can supply protoset