commit | d1b390453c49342ceed0b2dc8cdbdf88a7c6f26e | [log] [tgz] |
---|---|---|
author | murgatroid99 <mlumish@google.com> | Fri Feb 12 13:21:49 2016 -0800 |
committer | murgatroid99 <mlumish@google.com> | Fri Feb 12 13:21:49 2016 -0800 |
tree | 3e0674fd6fb0e0d6ca56ac0c31f0f1f101d96c37 | |
parent | 9b0f81b50857ab7746174106776bc6719f09ffc0 [diff] [blame] |
Update Node examples and example documentation
diff --git a/examples/node/greeter_client.js b/examples/node/greeter_client.js index 9b4b0a7..ca57815 100644 --- a/examples/node/greeter_client.js +++ b/examples/node/greeter_client.js
@@ -31,7 +31,7 @@ * */ -var PROTO_PATH = __dirname + '/helloworld.proto'; +var PROTO_PATH = __dirname + '/../protos/helloworld.proto'; var grpc = require('grpc'); var hello_proto = grpc.load(PROTO_PATH).helloworld;