From 751fdd8aee602a48b95b363e3f53a3e293e651b4 Mon Sep 17 00:00:00 2001 From: Colin Ihrig Date: Sun, 31 Mar 2019 21:06:52 -0400 Subject: [PATCH] grpc-js: remove experimental text for http2 The http2 module is no longer considered experimental. Fixes: https://github.com/grpc/grpc-node/issues/808 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9ff1bcad..908835f8 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Directory: [`packages/grpc-js`](https://github.com/grpc/grpc-node/tree/master/pa npm package: [@grpc/grpc-js](https://www.npmjs.com/package/@grpc/grpc-js) -**This library is currently incomplete and experimental, built on the [experimental http2 Node module](https://nodejs.org/api/http2.html).** +**This library is currently incomplete and experimental. It is built on the [http2 Node module](https://nodejs.org/api/http2.html).** This library implements the core functionality of gRPC purely in JavaScript, without a C++ addon. It works on the latest version of Node.js on all platforms that Node.js runs on.