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

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

commit 30ffe33ec3c2e660c58980d1dfee1022dcfc1080
Author: Heluwe <xia863277...@163.com>
AuthorDate: Tue Aug 28 12:05:12 2018 +0800

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

diff --git a/README.md b/README.md
index 07977e3..5e53b45 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@
 
 <font size=3 face="Segoe UI">dubbo-php-framework 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>
 
-![alt][img1]
+![image](https://github.com/lexin-fintech/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>
@@ -13,4 +13,4 @@
 
 <a href="http://www.w3school.com.cn";>Quick start</a>
 
-![image](https://github.com/lexin-fintech/dubbo-php-framework/blob/master/arch.png)
+

Reply via email to