You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by ji...@apache.org on 2020/02/21 04:17:20 UTC

[rocketmq-spring] branch master updated: docs(readme):typo fix

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 8e6f11c  docs(readme):typo fix
8e6f11c is described below

commit 8e6f11c2c0db8f3ff22e34e13130637f7343e686
Author: rongtongjin <79...@qq.com>
AuthorDate: Fri Feb 21 12:17:04 2020 +0800

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

diff --git a/README.md b/README.md
index 7d0629d..cb593dc 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ This project aims to help developers quickly integrate [RocketMQ](http://rocketm
 - [x] Consume messages with concurrently mode (broadcasting/clustering)
 - [x] Consume ordered messages
 - [x] Filter messages using the tag or sql92 expression
-- [x] Suport message tracing
+- [x] Support message tracing
 - [x] Support authentication and authorization
 - [x] Support request-reply message exchange pattern