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 2023/03/10 08:31:53 UTC

[rocketmq-clients] branch master updated: Polish the 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


The following commit(s) were added to refs/heads/master by this push:
     new 8a6aef83 Polish the readme
8a6aef83 is described below

commit 8a6aef833162ef9a2867283a6913c7c9a081902e
Author: Aaron Ai <ya...@gmail.com>
AuthorDate: Fri Mar 10 16:29:02 2023 +0800

    Polish the readme
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 6a926d17..443c7c6f 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@ English | [简体中文](README-CN.md) | [RocketMQ Website](https://rocketmq.apa
 
 ## Overview
 
-Client bindings for [Apache RocketMQ](https://rocketmq.apache.org/), all of them follow the specification of [rocketmq-apis](https://github.com/apache/rocketmq-apis), replacing 4.x remoting-based counterparts. Clients in this repository are built on top of [Protocol Buffers](https://developers.google.com/protocol-buffers) and [gRPC](https://grpc.io/).
+Client bindings for [Apache RocketMQ](https://rocketmq.apache.org/), as known as RocketMQ 5.x SDK. All of them follow the specification of [rocketmq-apis](https://github.com/apache/rocketmq-apis), replacing 4.x remoting-based counterparts. Clients in this repository are built on top of [Protocol Buffers](https://developers.google.com/protocol-buffers) and [gRPC](https://grpc.io/).
 
 ## Goal