Skip to content

Commit

Permalink
fix node example
Browse files Browse the repository at this point in the history
  • Loading branch information
danhhz committed Oct 24, 2015
1 parent 9698e76 commit f02c535
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/node/greeter_client.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ var hello_proto = grpc.load(PROTO_PATH).helloworld;

function main() {
var client = new hello_proto.Greeter('localhost:50051',
grpc.Credentials.createInsecure());
grpc.credentials.createInsecure());
var user;
if (process.argv.length >= 3) {
user = process.argv[2];
Expand Down

0 comments on commit f02c535

Please sign in to comment.