aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/node/greeter_client.js
diff options
context:
space:
mode:
Diffstat (limited to 'examples/node/greeter_client.js')
-rw-r--r--examples/node/greeter_client.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/node/greeter_client.js b/examples/node/greeter_client.js
index e0b89bd376..9b4b0a7782 100644
--- a/examples/node/greeter_client.js
+++ b/examples/node/greeter_client.js
@@ -1,6 +1,6 @@
/*
*
- * Copyright 2015, Google Inc.
+ * Copyright 2015-2016, Google Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -33,7 +33,7 @@
var PROTO_PATH = __dirname + '/helloworld.proto';
-var grpc = require('../../');
+var grpc = require('grpc');
var hello_proto = grpc.load(PROTO_PATH).helloworld;
function main() {