From 22e103b893e6acf231e921e73ff5e04fb1a8e913 Mon Sep 17 00:00:00 2001 From: Jean de Klerk Date: Wed, 8 Aug 2018 11:13:34 +0200 Subject: [PATCH] fix errant period --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index afb9f38..8382d10 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ In fact, the way the tool transforms JSON request data into a binary encoded pro is using that very same schema. So, if the server you interact with does not support reflection, you will need to build "protoset" files that `grpcurl` can use. -[Examples for how to set up server reflection can be found here.](https://github.com/grpc/grpc/blob/master/doc/server-reflection.md#known-implementations.) +[Examples for how to set up server reflection can be found here.](https://github.com/grpc/grpc/blob/master/doc/server-reflection.md#known-implementations) This repo also provides a library package, `github.com/fullstorydev/grpcurl`, that has functions for simplifying the construction of other command-line tools that dynamically