From 95ca9060e0c9c02e9bd66f59f3896f33922cf903 Mon Sep 17 00:00:00 2001 From: Weiyi Liu Date: Wed, 13 May 2020 14:56:35 +0800 Subject: [PATCH] Fix typo. (#483) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5ecef05f..2a30830e 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,8 @@ [![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) -This is the first product ready RocketMQ Client in pure go, it supports almost the full features of Apache RocketMQ, sunch as pub and sub messages, ACL, tracing and so on, there are many works need to continue for this project, like unit test, integration test, stable test, new feature, -optimization, documents, etc. and any contribution is very welcome. if you want do something, please browse issue list and select one, or create a new issue. +This is the first product ready RocketMQ Client in pure go, it supports almost the full features of Apache RocketMQ, such as pub and sub messages, ACL, tracing and so on, there are many works need to continue for this project, like unit test, integration test, stable test, new feature, +optimization, documents, etc. and any contribution is very welcome. if you want to do something, please browse issue list and select one, or create a new issue. ---------- ## [Due Diligence](https://github.com/apache/rocketmq-client-go/issues/423)