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

zhaoyunxing pushed a commit to branch 3.0
in repository https://gitbox.apache.org/repos/asf/dubbo-go.git


The following commit(s) were added to refs/heads/3.0 by this push:
     new 096a854  update readme (#1694)
096a854 is described below

commit 096a8544fefe05561189d74d064935be53bddcb2
Author: Roshi <[email protected]>
AuthorDate: Fri Dec 31 21:26:50 2021 +0800

    update readme (#1694)
---
 README.md    | 2 +-
 README_CN.md | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 1f0b3d1..b206b47 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@
 
 [中文 🇨🇳](./README_CN.md)
 
-Apache Dubbo-go, a Dubbo implementation written in Golang, is born to bridge 
the gap between Java and Golang. Please visit our [Dubbo official 
website](https://dubbo.apache.org/zh/docs/languages/golang/) for the quick 
start and documentation.
+Apache Dubbo-go, a Dubbo implementation written in Golang, is born to bridge 
the gap between Java/Dubbo and Go/X. Please visit our [Dubbo official 
website](https://dubbo.apache.org/zh/docs/languages/golang/) for the quick 
start and documentation.
 
 ## RPC Invocation
 
diff --git a/README_CN.md b/README_CN.md
index 898e21c..dc8da0b 100644
--- a/README_CN.md
+++ b/README_CN.md
@@ -10,7 +10,7 @@
 
 [English 🇺🇸](./README.md)
 
-Apache Dubbo Go 语言实现,架起 Java 和 Golang 之间的桥梁,与 gRPC/Dubbo 生态互联互通,带领 Java 
生态享受云原生时代的技术红利。请访问[Dubbo 
官网](https://dubbo.apache.org/zh/docs/languages/golang/)查看快速开始和文档。
+Apache Dubbo Go 语言实现,架起 Java 和 Golang 之间的桥梁,与 gRPC/Dubbo/SpringCloud 生态互联互通,带领 
Java 生态享受云原生时代的技术红利。请访问[Dubbo 
官网](https://dubbo.apache.org/zh/docs/languages/golang/)查看快速开始和文档。
 
 ## RPC 调用
 
@@ -19,7 +19,7 @@ Apache Dubbo Go 语言实现,架起 Java 和 Golang 之间的桥梁,与 gRPC
 Dubbo-go 生态覆盖多种网络协议:Triple、Dubbo、JSONRPC、gRPC、HTTP、HTTP2 等。
 
 - Triple 协议是 Dubbo3 生态主推的协议,是基于 gRPC 的扩展协议,底层为HTTP2,可与 gRPC 服务互通。**相当于在 gRPC 
可靠的传输基础上,增加了 Dubbo 的服务治理能力。**
-- Dubbo 协议是 Dubbo 生态的传统协议,dubbo-go 支持的 dubbo 协议与dubbo2.x 版本兼容,是Go 语言和旧版本 Dubbo 
服务互通的不错选择。
+- Dubbo 协议是 Dubbo 生态的传统协议,dubbo-go 支持的 dubbo 协议与dubbo2.x 版本兼容,是 Go 语言和旧版本 
Dubbo 服务互通的不错选择。
 - 我们支持通过[貔貅](https://github.com/apache/dubbo-go-pixiu)网关暴露 Triple/Dubbo 
协议到集群外部,调用者可以直接通过HTTP 协议调用 Dubbo-go 服务。
 
 ## 服务治理

Reply via email to