From 643567e5afa94aeda60282d69bc6b39da93e60d7 Mon Sep 17 00:00:00 2001 From: Muhammad Auliya Date: Fri, 5 Apr 2019 10:49:42 +0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5b1eed2..db34cc6 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ turn [gRPCurl](https://github.com/fullstorydev/grpcurl) into web based UI, extre ## Features - Recognize and provide list of services and methods inside it as an options. -- Automatically recognize schema input and compose it into JSON based. (ensure your gRPC server supports [server reflection](https://github.com/grpc/grpc/blob/master/src/proto/grpc/reflection/v1alpha/reflection.proto)) +- Automatically recognize schema input and compose it into JSON based. (ensure your gRPC server supports [server reflection](https://github.com/grpc/grpc/blob/master/src/proto/grpc/reflection/v1alpha/reflection.proto)). 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). - Save established connection, and reuse it for next invoke/request (also can close/restart connection) ## Installation