diff options
author | Jan Tattermusch <jtattermusch@users.noreply.github.com> | 2016-10-12 18:03:00 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-12 18:03:00 +0200 |
commit | d1395d9a667b43807b6f068eff06f4fb53cf43d0 (patch) | |
tree | ae20566c0e23ae4d52a88ff8ec3216029034e6d3 /src/node | |
parent | 9633bd356f2fd90c1bccf0be58f406316155ca54 (diff) |
Update README.md
Diffstat (limited to 'src/node')
-rw-r--r-- | src/node/README.md | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/node/README.md b/src/node/README.md index 15d4c6d02f..fc407435cd 100644 --- a/src/node/README.md +++ b/src/node/README.md @@ -1,9 +1,6 @@ [![npm](https://img.shields.io/npm/v/grpc.svg)](https://www.npmjs.com/package/grpc) # Node.js gRPC Library -## Status -Beta - ## PREREQUISITES - `node`: This requires `node` to be installed, version `0.12` or above. If you instead have the `nodejs` executable on Debian, you should install the [`nodejs-legacy`](https://packages.debian.org/sid/nodejs-legacy) package. |