From abdf69cddc9d4448a7fff5ae959bf65cd47be5ba Mon Sep 17 00:00:00 2001 From: Wenbo Zhu Date: Wed, 2 Aug 2017 14:17:01 -0700 Subject: [PATCH] Update README.md --- net/grpc/gateway/examples/echo/README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/net/grpc/gateway/examples/echo/README.md b/net/grpc/gateway/examples/echo/README.md index 5dc81df..89df9ae 100644 --- a/net/grpc/gateway/examples/echo/README.md +++ b/net/grpc/gateway/examples/echo/README.md @@ -6,12 +6,10 @@ speaks a different protocol than the native grpc (over http/2) protocol, the end-to-end semantics is identicial to what a native grpc client (e.g. a Node client) experiences. -## Status - -Pre-Alpha - ## Pre-requisites +Use the [build scripts](https://github.com/grpc/grpc-web/blob/master/README.md) or follow the step-by-step instruction. + * Ubuntu 14.04 ```sh