diff options
author | Mark D. Roth <roth@google.com> | 2016-09-13 11:01:50 -0700 |
---|---|---|
committer | Mark D. Roth <roth@google.com> | 2016-09-13 11:01:50 -0700 |
commit | c6dfe859dc53adf87357f9d7f568c00cf25b0dcb (patch) | |
tree | cc7bfed667536b87c0adb7bd89a0f427285327d0 /INSTALL.md | |
parent | a587b4136976ab19f370b0ff18a2cd9f4c720cda (diff) | |
parent | 6e51f992c6bfdfba61d984ab173305da455bd2e7 (diff) |
Merge remote-tracking branch 'upstream/master' into grpclb_resolver_changes
Diffstat (limited to 'INSTALL.md')
-rw-r--r-- | INSTALL.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL.md b/INSTALL.md index 7bdb9b273f..686145566f 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -9,7 +9,7 @@ refer to these documents * [Java](https://github.com/grpc/grpc-java) * [Node](src/node): `npm install grpc` * [Objective-C](src/objective-c) - * [PHP](src/php): `pecl install grpc-beta` + * [PHP](src/php): `pecl install grpc` * [Python](src/python/grpcio): `pip install grpcio` * [Ruby](src/ruby): `gem install grpc` |