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

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


The following commit(s) were added to refs/heads/master by this push:
     new 13478a8  readme update
13478a8 is described below

commit 13478a8e153ee0bac434e3e849b4b1197de711e0
Author: nzomkxia <[email protected]>
AuthorDate: Mon Jun 3 16:55:59 2019 +0800

    readme update
---
 README.md    | 4 ++--
 README_zh.md | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index b89eeae..98bb293 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
+[中文版本](README_zh.md)  
 ## Dubbo Proxy
-[中文版本](README_zh.md)
 Dubbo Proxy, a gateway of Dubbo, switch from HTTP request to Dubbo 
protocol,then invoke Dubbo service and return to the result. Later Dubbo Proxy 
would combine several features, including circuit breaker, current-limiting, 
api management. 
 
 
@@ -21,7 +21,7 @@ http POST body:
     "paramValues": [
         {
             "id": 23,
-            "username": "fwjoifjwie"
+            "username": "testUser"
         }
     ]
 }
diff --git a/README_zh.md b/README_zh.md
index 18bbaf7..803060f 100644
--- a/README_zh.md
+++ b/README_zh.md
@@ -1,5 +1,5 @@
+[English Version](README.md)  
 ### Dubbo Proxy
-[English Version](README.md)
 Dubbo 
Proxy是一个Dubbo网关,可以将Http请求转换成Dubbo的协议,调用Dubbo服务并且返回结果,后续还会集成熔断,限流,api管理等功能。
 
 ### 用法
@@ -18,7 +18,7 @@ http POST body如下:
     "paramValues": [
         {
             "id": 23,
-            "username": "fwjoifjwie"
+            "username": "testUser"
         }
     ]
 }

Reply via email to