aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/php/README.md
diff options
context:
space:
mode:
authorGravatar Stanley Cheung <stanleycheung@google.com>2015-08-27 14:38:38 -0700
committerGravatar Stanley Cheung <stanleycheung@google.com>2015-08-27 14:38:38 -0700
commit0a268216c2c8e112351b7ed038da04bf50b9eb5a (patch)
treeab93176dac0836e46df5f2b6f54c5a4fba66c823 /examples/php/README.md
parent20fa6693f3836bf1418176ec78b26feaf51a369d (diff)
replace all grpc-common occurances with examples
Diffstat (limited to 'examples/php/README.md')
-rw-r--r--examples/php/README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/examples/php/README.md b/examples/php/README.md
index 247235adfd..5c327f10fa 100644
--- a/examples/php/README.md
+++ b/examples/php/README.md
@@ -18,13 +18,13 @@ INSTALL
- Clone this repository
```sh
- $ git clone https://github.com/grpc/grpc-common.git
+ $ git clone https://github.com/grpc/grpc.git
```
- Install composer
```
- $ cd grpc-common/php
+ $ cd examples/php
$ curl -sS https://getcomposer.org/installer | php
$ php composer.phar install
```
@@ -36,14 +36,14 @@ TRY IT!
Please follow the instruction in [Node][] to run the server
```
- $ cd grpc-common/node
+ $ cd examples/node
$ nodejs greeter_server.js
```
- Run the client
```
- $ cd grpc-common/php
+ $ cd examples/php
$ ./run_greeter_client.sh
```
@@ -61,4 +61,4 @@ Coming soon
[homebrew]:http://brew.sh
[linuxbrew]:https://github.com/Homebrew/linuxbrew#installation
[gRPC install script]:https://raw.githubusercontent.com/grpc/homebrew-grpc/master/scripts/install
-[Node]:https://github.com/grpc/grpc-common/tree/master/node
+[Node]:https://github.com/grpc/grpc/tree/master/examples/node