From 78b7ee90780428671660bbe9e55721b0bc4f75c9 Mon Sep 17 00:00:00 2001 From: Asim Aslam Date: Sat, 9 Feb 2019 12:25:34 +0000 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 32ac37650a..a7fbe3f0b7 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ across the services and retry a different node if there's a problem. 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 protobuf and json by default. -- **Sync Streaming** - RPC based request/response with support for bidirectional streaming. We provide an abstraction for synchronous +- **Request/Response** - 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 transport is http/1.1 or http2 when tls is enabled.