You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by di...@apache.org on 2020/04/23 09:44:39 UTC

[rocketmq-client-go] branch master updated: fix typo.

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 3423884  fix typo.
3423884 is described below

commit 3423884364123fe4f63e5c02ab035ec7d59164a6
Author: dinglei <li...@163.com>
AuthorDate: Thu Apr 23 17:44:33 2020 +0800

    fix typo.
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 76be749..98f01c4 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@
 [![Percentage of issues still open](http://isitmaintained.com/badge/open/apache/rocketmq-client-go.svg)](http://isitmaintained.com/project/apache/rocketmq-client-go "Percentage of issues still open")
 ![Twitter Follow](https://img.shields.io/twitter/follow/ApacheRocketMQ?style=social)
 
-(The Apache RocketMQ Client in Pure Go has been released, Welcome have a try on [the native prodoct ready version](https://github.com/apache/rocketmq-client-go/tree/native))
+(The Apache RocketMQ Client in Pure Go has been released, Welcome have a try on [the native version](https://github.com/apache/rocketmq-client-go/tree/native))
 
 * The client is using cgo to call [rocketmq-client-cpp](https://github.com/apache/rocketmq-client-cpp), which has been proven robust and widely adopted within Alibaba Group by many business units for more than three years.
 ----------