From 5f2ce6fac4736df5ceaac1b58363ba28a3b6562d Mon Sep 17 00:00:00 2001 From: Asim Aslam Date: Wed, 26 Dec 2018 12:03:08 +0000 Subject: [PATCH] nitpick readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3b149f89..5f441b26 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ across the services and retry a different node if there's a problem. - **Message Encoding** - Dynamic message encoding based on content-type. The client and server will use codecs along with content-type to seamlessly encode and decode Go types for you. Any variety of messages could be encoded and sent from different clients. The client -and server handle this by default. This includes proto-rpc and json-rpc by default. +and server handle this by default. This includes protobuf and json by default. - **Sync Streaming** - RPC based request/response with support for bidirectional streaming. We provide an abstraction for synchronous communication. A request made to a service will be automatically resolved, load balanced, dialled and streamed. The default