You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by wa...@apache.org on 2019/12/11 14:39:43 UTC

[dubbo-php-framework] 29/31: Update README.md

This is an automated email from the ASF dual-hosted git repository.

wangxin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-php-framework.git

commit 2ddfc965f947c287d01ce781e995b826ecc76562
Author: Jinxi Wang <10...@qq.com>
AuthorDate: Tue Aug 27 13:43:33 2019 +0800

    Update README.md
---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index aa4361b..83d4a33 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,9 @@
 ## <font size=6>php framework for apache dubbo</font>
 
 
-<font size=3 face="Segoe UI">php-for-apache-dubbo is a RPC communication framework for PHP language. It is fully compatible with Dubbo protocol, and can be used as provider terminal and consumer terminal simultaneously. Using zookeeper for service registration discovery, and using fastjson for Serialization.</font>
+<font size=3 face="Segoe UI">php-for-apache-dubbo is a RPC communication framework for PHP language. It is fully compatible with Dubbo protocol, and can be used as provider terminal and consumer terminal simultaneously. Using zookeeper for service registration discovery, and using fastjson and hessian for Serialization.</font>
 
-![image](https://github.com/lexin-fintech/dubbo-php-framework/blob/master/arch.png)
+![image](https://github.com/apache/dubbo-php-framework/blob/master/arch.png)
 
 ## <font size=5>Introduction</font>
 - <font size=3 face="Segoe UI">php provider runs in multiple processes. The worker process is used to process specific business, the manager process controls the lifecycle of the worker process, and the master process processes the network IO.</font>