From 06aef235e956f8d8d751afd21ee67c07a8c39832 Mon Sep 17 00:00:00 2001 From: Jayant Kolhe <jkolhe@google.com> Date: Thu, 19 Feb 2015 11:28:57 -0800 Subject: [PATCH] Update README.md --- src/node/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/node/README.md b/src/node/README.md index c342b7ca57..8880213e9a 100644 --- a/src/node/README.md +++ b/src/node/README.md @@ -1,5 +1,9 @@ # Node.js gRPC Library +## Status + +Alpha : Ready for early adopters + ## Installation First, clone this repository (NPM package coming soon). Then follow the instructions in the `INSTALL` file in the root of the repository to install the C core library that this package depends on. -- GitLab