You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by aa...@apache.org on 2022/06/17 23:51:45 UTC

[rocketmq-clients] 01/01: Polish README

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

commit 2f9f1b88d99f39380cb21911fcf9b1858aa5d65c
Author: Aaron Ai <ya...@gmail.com>
AuthorDate: Sat Jun 18 07:50:49 2022 +0800

    Polish README
---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 8cf95aa..105e329 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,8 +11,8 @@ 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.
-* [RIP-37: New and Unified APIs](https://shimo.im/docs/m5kv92OeRRU8olqX): RocketMQ proposal of new and unified APIs acrossing different language.
+* [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 languages.
 * [RIP-39: Support gRPC protocol](https://shimo.im/docs/gXqmeEPYgdUw5bqo): RocketMQ proposal of gRPC protocol support.
 
 ## License