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 1184903c Polish the docs (#340)
1184903c is described below
commit 1184903c0901ae05d566ee767815874819abe128
Author: Aaron Ai <[email protected]>
AuthorDate: Wed Jan 11 17:43:12 2023 +0800
Polish the docs (#340)
---
csharp/README.md | 2 +-
golang/README.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/csharp/README.md b/csharp/README.md
index 2536afff..63103420 100644
--- a/csharp/README.md
+++ b/csharp/README.md
@@ -2,7 +2,7 @@
## Introduction
-This is still a work-in-progress project. Do not use it in production till it
grows mature enough.
+Here is the C# implementation of the client for [Apache
RocketMQ](https://rocketmq.apache.org/).
## Architecture
diff --git a/golang/README.md b/golang/README.md
index 242b75af..cbb1947f 100644
--- a/golang/README.md
+++ b/golang/README.md
@@ -1,6 +1,6 @@
# The Golang Implementation of Apache RocketMQ Client
-Project github.com/apache/rocketmq-clients/golang is targeted to implement
with golang. At the current moment, it is still a work-in-progress project. Do
not use it in production till it grows mature enough.
+Here is the golang implementation of the client for [Apache
RocketMQ](https://rocketmq.apache.org/).
## Architecture