aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples
diff options
context:
space:
mode:
authorGravatar Stanley Cheung <stanleycheung@google.com>2016-07-13 08:37:29 -0700
committerGravatar Stanley Cheung <stanleycheung@google.com>2016-07-13 08:37:29 -0700
commit67bccfed99106e474bce80268de79d61e2859758 (patch)
treeaf9625b5429e05f9069078f740c53a4094b40dc8 /examples
parent875f633cdac7dc728e4017c87de2461049d004c7 (diff)
php: prepare for GA release
Diffstat (limited to 'examples')
-rw-r--r--examples/php/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/php/README.md b/examples/php/README.md
index 6889a6cb7e..54cc97d8c2 100644
--- a/examples/php/README.md
+++ b/examples/php/README.md
@@ -11,7 +11,7 @@ INSTALL
- Install the gRPC PHP extension
```sh
- $ [sudo] pecl install grpc-beta
+ $ [sudo] pecl install grpc
```
- Clone this repository