aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/node/README.md
diff options
context:
space:
mode:
authorGravatar murgatroid99 <mlumish@google.com>2016-02-12 13:21:49 -0800
committerGravatar murgatroid99 <mlumish@google.com>2016-02-12 13:21:49 -0800
commitd1b390453c49342ceed0b2dc8cdbdf88a7c6f26e (patch)
tree3e0674fd6fb0e0d6ca56ac0c31f0f1f101d96c37 /examples/node/README.md
parent9b0f81b50857ab7746174106776bc6719f09ffc0 (diff)
Update Node examples and example documentation
Diffstat (limited to 'examples/node/README.md')
-rw-r--r--examples/node/README.md12
1 files changed, 1 insertions, 11 deletions
diff --git a/examples/node/README.md b/examples/node/README.md
index 09c56f7fa6..7a2bc9794f 100644
--- a/examples/node/README.md
+++ b/examples/node/README.md
@@ -4,14 +4,10 @@ gRPC in 3 minutes (Node.js)
PREREQUISITES
-------------
-- `node`: This requires Node 0.10.x or greater.
-- [homebrew][] on Mac OS X. This simplifies the installation of the gRPC C core.
+- `node`: This requires Node 0.12.x or greater.
INSTALL
-------
- - [Install gRPC Node][]
-
- - Install this package's dependencies
```sh
$ cd examples/node
@@ -35,15 +31,9 @@ TRY IT!
$ node ./greeter_client.js
```
-NOTE
-----
-This directory has a copy of `helloworld.proto` because it currently depends on
-some Protocol Buffer 2.0 syntax that is deprecated in Protocol Buffer 3.0.
-
TUTORIAL
--------
You can find a more detailed tutorial in [gRPC Basics: Node.js][]
-[homebrew]:http://brew.sh
[Install gRPC Node]:../../src/node
[gRPC Basics: Node.js]:http://www.grpc.io/docs/tutorials/basic/node.html