aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/php
diff options
context:
space:
mode:
authorGravatar Stanley Cheung <stanley.cheung@gmail.com>2016-07-07 19:59:43 -0700
committerGravatar GitHub <noreply@github.com>2016-07-07 19:59:43 -0700
commitc28a6c1b3b4d68da7661997cd56d305b254a7d0b (patch)
treea4b92fdaea4008836fb6e8dc22b955ab35549ff1 /examples/php
parent34967b7306b4915bcf4b893c7a283fc00d01e01b (diff)
parent814b80e8e91df31a29ca6e7653e4c4e084145c4e (diff)
Merge pull request #6693 from thinkerou/phpt
Changed the README file of PHP example
Diffstat (limited to 'examples/php')
-rw-r--r--examples/php/README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/php/README.md b/examples/php/README.md
index e56b017873..6889a6cb7e 100644
--- a/examples/php/README.md
+++ b/examples/php/README.md
@@ -37,7 +37,8 @@ TRY IT!
```
$ cd examples/node
$ npm install
- $ nodejs greeter_server.js
+ $ cd dynamic_codegen or cd static_codegen
+ $ node greeter_server.js
```
- Run the client