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/07/29 04:08:29 UTC

[rocketmq-clients] branch master updated: Update readme (#90)

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 df61bbb  Update readme (#90)
df61bbb is described below

commit df61bbb16da94f7bc9e865e14ec8c2ccb4db6f6d
Author: Aaron Ai <ya...@gmail.com>
AuthorDate: Fri Jul 29 12:08:26 2022 +0800

    Update readme (#90)
---
 .asf.yaml | 2 +-
 README.md | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index f4c319b..73394d8 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -14,7 +14,7 @@
 # limitations under the License.
 
 github:
-  description: "RocketMQ Clients - Collection of Polyglot Clients for Apache RocketMQ"
+  description: "RocketMQ Clients - Client Bindings for Apache RocketMQ"
   labels:
     - messaging
     - rocketmq
diff --git a/README.md b/README.md
index 22a44e1..76c59fd 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# RocketMQ Clients - Collection of client bindings for Apache RocketMQ
+# RocketMQ Clients - Client Bindings for Apache RocketMQ
 
 [![License](https://img.shields.io/badge/license-Apache%202-4EB1BA.svg)](https://www.apache.org/licenses/LICENSE-2.0.html)
 [![CPP](https://github.com/apache/rocketmq-clients/actions/workflows/cpp_build.yml/badge.svg)](https://github.com/apache/rocketmq-clients/actions/workflows/cpp_build.yml)
@@ -20,7 +20,7 @@ Provide cloud-native and robust solutions for Java, C++, C#, Golang, Rust and al
 | :-------------: | :---: | :---: | :---: |
 |    Producer     |   ✅   |   ✅   |   ✅   |
 |  Push Consumer  |   ✅   |   ✅   |   ❌   |
-| Simple Consumer |   ✅   |   ✅   |   ❌   |
+| Simple Consumer |   ✅   |   ✅   |   ✅   |
 
 ## Related