From 4aab99f73e4a3f7af9f82cac43fb5a1ef5a92f5b Mon Sep 17 00:00:00 2001 From: Eryu Xia Date: Wed, 31 Jan 2024 16:06:54 -0800 Subject: [PATCH] Reduce confusion around streaming support in binary format (#1400) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e3a7d7a1..2afef321 100644 --- a/README.md +++ b/README.md @@ -123,7 +123,7 @@ For more information about the gRPC-web wire format, see the - `Content-type: application/grpc-web+proto` - Payload are in the binary protobuf format. - - Only unary calls are supported for now. + - Only unary calls are supported. ## How It Works