aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/node/README.md
diff options
context:
space:
mode:
authorGravatar Stanley Cheung <stanleycheung@google.com>2015-08-27 14:38:38 -0700
committerGravatar Stanley Cheung <stanleycheung@google.com>2015-08-27 14:38:38 -0700
commit0a268216c2c8e112351b7ed038da04bf50b9eb5a (patch)
treeab93176dac0836e46df5f2b6f54c5a4fba66c823 /examples/node/README.md
parent20fa6693f3836bf1418176ec78b26feaf51a369d (diff)
replace all grpc-common occurances with examples
Diffstat (limited to 'examples/node/README.md')
-rw-r--r--examples/node/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/node/README.md b/examples/node/README.md
index 8c24a960a3..045fe51ede 100644
--- a/examples/node/README.md
+++ b/examples/node/README.md
@@ -18,13 +18,13 @@ INSTALL
- Clone this repository
```sh
- $ git clone https://github.com/grpc/grpc-common.git
+ $ git clone https://github.com/grpc/grpc.git
```
- Install this package's dependencies
```sh
- $ cd grpc-common/node
+ $ cd examples/node
$ npm install
```
@@ -57,4 +57,4 @@ You can find a more detailed tutorial in [gRPC Basics: Node.js][]
[homebrew]:http://brew.sh
[linuxbrew]:https://github.com/Homebrew/linuxbrew#installation
[gRPC install script]:https://raw.githubusercontent.com/grpc/homebrew-grpc/master/scripts/install
-[gRPC Basics: Node.js]:https://github.com/grpc/grpc-common/blob/master/node/route_guide/README.md
+[gRPC Basics: Node.js]:https://github.com/grpc/grpc/blob/master/examples/node/route_guide/README.md