aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples
diff options
context:
space:
mode:
authorGravatar kpayson64 <kpayson@google.com>2016-07-13 16:02:47 -0700
committerGravatar GitHub <noreply@github.com>2016-07-13 16:02:47 -0700
commit85fa79d228e6b5167f9f0148567e0c183f6b82a4 (patch)
treeb097248ae5fceeeb6540ac4150f92ae2de583dc1 /examples
parent279d8369d5ad3b00d915403a60a1e83f3b860862 (diff)
parent60851911456ac71b34c0ba97595e19210d3f2722 (diff)
Merge pull request #7363 from stanley-cheung/php-prepare-for-ga-v1_0branch
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