diff --git a/README.md b/README.md index e9c99ce..3059900 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # gRPC PHP Client Library This repository is a fork of [grpc-php](https://github.com/grpc/grpc-php). + It adds callbacks to implement custom behavior before and after processing an RPC call. An error callback is also added, to implement application-specific error handling.