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

aaronai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-clients.git


The following commit(s) were added to refs/heads/master by this push:
     new 660d493  Polish README
660d493 is described below

commit 660d4932376b561e61ee6d99e76a8854809f0d27
Author: Aaron Ai <[email protected]>
AuthorDate: Sat Jun 18 07:50:49 2022 +0800

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

diff --git a/README.md b/README.md
index 8cf95aa..85c3c13 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
 
 ## Overview
 
-Polyglot solution of clients for [Apache 
RocketMQ](https://rocketmq.apache.org/), and both of them follow the 
specification of [rocketmq-apis](https://github.com/apache/rocketmq-apis), 
replace the previous protocol based on `RemotingCommand` by gRPC. Apart from 
that, APIs from different language share the same model and semantics.
+Polyglot solution of clients for [Apache 
RocketMQ](https://rocketmq.apache.org/), and both of them follow the 
specification of [rocketmq-apis](https://github.com/apache/rocketmq-apis), 
replace the previous protocol based on `RemotingCommand` by 
[gRPC](https://grpc.io/). Apart from that, APIs from different language share 
the same model and semantics.
 
 ## Goal
 
@@ -11,7 +11,7 @@ Provides cloud-native and robust solution for mainstream 
programming languages.
 ## Related
 
 * [rocketmq](https://github.com/apache/rocketmq): The implementation of 
service-side.
-* [rocketmq-apis](https://github.com/apache/rocketmq-apis): Common 
communication protocol of clients.
+* [rocketmq-apis](https://github.com/apache/rocketmq-apis): Common 
communication protocol between server and client.
 * [RIP-37: New and Unified APIs](https://shimo.im/docs/m5kv92OeRRU8olqX): 
RocketMQ proposal of new and unified APIs acrossing different language.
 * [RIP-39: Support gRPC protocol](https://shimo.im/docs/gXqmeEPYgdUw5bqo): 
RocketMQ proposal of gRPC protocol support.
 

Reply via email to