diff options
author | Stanley Cheung <stanleycheung@google.com> | 2015-09-22 10:56:54 -0700 |
---|---|---|
committer | Stanley Cheung <stanleycheung@google.com> | 2015-09-22 10:56:54 -0700 |
commit | 86bfc74a123b4ef78cb896ba2d8c5b1cd4bbdfa3 (patch) | |
tree | f422a33928958d5dcc45ea385c660c8913972ed0 /src/php | |
parent | e9cfa318a4bf15a0d7881f41693fbf5caa0b6bdd (diff) |
php: update text to reflect beta
Diffstat (limited to 'src/php')
-rw-r--r-- | src/php/README.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/php/README.md b/src/php/README.md index f474ff7cab..a054258782 100644 --- a/src/php/README.md +++ b/src/php/README.md @@ -5,7 +5,7 @@ This directory contains source code for PHP implementation of gRPC layered on sh #Status -Alpha : Ready for early adopters +Beta ## Environment @@ -49,7 +49,7 @@ sudo apt-get install libgrpc-dev Install the gRPC PHP extension ```sh -sudo pecl install grpc-alpha +sudo pecl install grpc-beta ``` **Mac OS X:** @@ -96,7 +96,7 @@ $ sudo make install # 'make' should have been run by core grpc Install the gRPC PHP extension ```sh -$ sudo pecl install grpc-alpha +$ sudo pecl install grpc-beta ``` OR |