aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/node
diff options
context:
space:
mode:
authorGravatar murgatroid99 <mlumish@google.com>2015-09-24 11:33:20 -0700
committerGravatar murgatroid99 <mlumish@google.com>2015-09-24 11:33:20 -0700
commit7e6db788b538336ccc8466956463851e5cb51087 (patch)
treed363ef166e2df0efbd6462e168f1a8e5a25c07df /examples/node
parentfe0cb12958e29a653fe50a10cf8d1551cadd4b80 (diff)
Made Node example README point to Node installation instructions
Diffstat (limited to 'examples/node')
-rw-r--r--examples/node/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/node/README.md b/examples/node/README.md
index a07cd4c948..c681f9fc3d 100644
--- a/examples/node/README.md
+++ b/examples/node/README.md
@@ -9,7 +9,7 @@ PREREQUISITES
INSTALL
-------
- - [Install gRPC Core][]
+ - [Install gRPC Node][]
- Install this package's dependencies
@@ -45,5 +45,5 @@ TUTORIAL
You can find a more detailed tutorial in [gRPC Basics: Node.js][]
[homebrew]:http://brew.sh
-[Install gRPC Core]:../../INSTALL
+[Install gRPC Core]:../../src/node
[gRPC Basics: Node.js]:http://www.grpc.io/docs/tutorials/basic/node.html