aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/node
diff options
context:
space:
mode:
authorGravatar 陈雨童 <691503798@qq.com>2016-08-30 14:30:57 +0800
committerGravatar GitHub <noreply@github.com>2016-08-30 14:30:57 +0800
commitfb33fd385b5b01436b6cc6b176667a2d17b397e2 (patch)
tree87e94f7998c2a7309c4d0a529354d371b7e82449 /examples/node
parent8e2c98adf002e747cae01bdabb8b344008dbbe27 (diff)
Update README.md
Diffstat (limited to 'examples/node')
-rw-r--r--examples/node/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/node/README.md b/examples/node/README.md
index b92ca383c4..f29236c62a 100644
--- a/examples/node/README.md
+++ b/examples/node/README.md
@@ -39,7 +39,7 @@ There are two ways to generate the code needed to work with protocol buffers in
$ # from this directory
$ node ./dynamic_codegen/greeter_client.js
$ # OR
- $ node ./dynamic_codegen/greeter_client.js
+ $ node ./static_codegen/greeter_client.js
```
TUTORIAL