diff options
author | Stanley Cheung <stanley.cheung@gmail.com> | 2016-07-13 20:16:13 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-13 20:16:13 -0700 |
commit | 3fb819fd2a51991a54c946ae8c8005f7c25dd2eb (patch) | |
tree | 771fb569f4c3c6fa4b19d5dbc5fb00d759bc1db0 /examples | |
parent | 7a70bb5486c199fb32742b2f1617e8206846cf65 (diff) | |
parent | ce3d05c753ae410deab8cfbf252709586a06ee62 (diff) |
Merge pull request #7364 from stanley-cheung/php-prepare-for-ga
php: prepare for GA release
Diffstat (limited to 'examples')
-rw-r--r-- | examples/php/README.md | 2 |
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 |