aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/php
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:41:57 -0700
commit9055160b07cfbb2e9e42c3a33ed85276fea24fc6 (patch)
treeda610a2a995e18b035fb2231fd4ec52b282f5b8e /examples/php
parent286ff57ffd8afdbbc954dc03cb1931fe7560224e (diff)
php: prepare for GA release
Diffstat (limited to 'examples/php')
-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