aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples
diff options
context:
space:
mode:
authorGravatar Michael Lumish <mlumish@google.com>2016-09-09 10:58:25 -0700
committerGravatar GitHub <noreply@github.com>2016-09-09 10:58:25 -0700
commit1c8bbc410612cf0b862598251ada8858803b5eb8 (patch)
treef9bc2132a7894af452e2a8382683d4d8cfa8b94e /examples
parent7cc285a52fc4f1001491cd05d93ad4ac71c96aeb (diff)
parentfb33fd385b5b01436b6cc6b176667a2d17b397e2 (diff)
Merge pull request #7920 from tuoxiansp/patch-1
Update README.md
Diffstat (limited to 'examples')
-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