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-spring.git


The following commit(s) were added to refs/heads/master by this push:
     new bc35dd8  Polish readme (#498)
bc35dd8 is described below

commit bc35dd89042f3fb709d7bfee91b35640806ee4cb
Author: Aaron Ai <[email protected]>
AuthorDate: Tue Nov 8 10:16:50 2022 +0800

    Polish readme (#498)
---
 README.md | 15 +++++++++------
 1 file changed, 9 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md
index 5e2594e..6d1f5cb 100644
--- a/README.md
+++ b/README.md
@@ -1,12 +1,14 @@
-# RocketMQ-Spring [![Build 
Status](https://travis-ci.org/apache/rocketmq-spring.svg?branch=master)](https://travis-ci.org/apache/rocketmq-spring)
 [![Coverage 
Status](https://coveralls.io/repos/github/apache/rocketmq-spring/badge.svg?branch=master)](https://coveralls.io/github/apache/rocketmq-spring?branch=master)
+# RocketMQ-Spring
 
+[![Build 
Status](https://travis-ci.org/apache/rocketmq-spring.svg?branch=master)](https://travis-ci.org/apache/rocketmq-spring)
+[![Coverage 
Status](https://coveralls.io/repos/github/apache/rocketmq-spring/badge.svg?branch=master)](https://coveralls.io/github/apache/rocketmq-spring?branch=master)
 [![Maven 
Central](https://maven-badges.herokuapp.com/maven-central/org.apache.rocketmq/rocketmq-spring-all/badge.svg)](https://search.maven.org/search?q=g:org.apache.rocketmq%20AND%20a:rocketmq-spring-all)
 [![GitHub 
release](https://img.shields.io/badge/release-download-orange.svg)](https://github.com/apache/rocketmq-spring/releases)
 
[![License](https://img.shields.io/badge/license-Apache%202-4EB1BA.svg)](https://www.apache.org/licenses/LICENSE-2.0.html)
 [![Average time to resolve an 
issue](http://isitmaintained.com/badge/resolution/apache/rocketmq-spring.svg)](http://isitmaintained.com/project/apache/rocketmq-spring
 "Average time to resolve an issue")
 [![Percentage of issues still 
open](http://isitmaintained.com/badge/open/apache/rocketmq-spring.svg)](http://isitmaintained.com/project/apache/rocketmq-spring
 "Percentage of issues still open")
 
-This project aims to help developers quickly integrate 
[RocketMQ](http://rocketmq.apache.org/) with [Spring 
Boot](http://projects.spring.io/spring-boot/). 
+This project aims to help developers quickly integrate 
[RocketMQ](http://rocketmq.apache.org/) with [Spring 
Boot](http://projects.spring.io/spring-boot/).
 
 ## Features
 
@@ -17,7 +19,7 @@ This project aims to help developers quickly integrate 
[RocketMQ](http://rocketm
 - [x] Send batched messages
 - [x] Send transactional messages
 - [x] Send scheduled messages with delay level
-- [x] Consume messages with concurrently mode (broadcasting/clustering)
+- [x] Consume messages with concurrent mode (broadcasting/clustering)
 - [x] Consume ordered messages
 - [x] Filter messages using the tag or sql92 expression
 - [x] Support message tracing
@@ -26,6 +28,7 @@ This project aims to help developers quickly integrate 
[RocketMQ](http://rocketm
 - [x] Consume messages with push/pull mode
 
 ## Prerequisites
+
 - JDK 1.8 and above
 - [Maven](http://maven.apache.org/) 3.0 and above
 - Spring Boot 2.0 and above
@@ -41,7 +44,7 @@ Add a dependency using maven:
     <artifactId>rocketmq-spring-boot-starter</artifactId>
     <version>${RELEASE.VERSION}</version>
 </dependency>
-``` 
+```
 
 ## Samples
 
@@ -51,10 +54,10 @@ Please see the 
[rocketmq-spring-boot-samples](rocketmq-spring-boot-samples).
 
 Please see the [wiki](https://github.com/apache/rocketmq-spring/wiki) page.
 
-
 ## Contributing
 
-We are always very happy to have contributions, whether for trivial cleanups 
or big new features. Please see the RocketMQ main website to read 
[details](http://rocketmq.apache.org/docs/how-to-contribute/).
+We are always very happy to have contributions, whether for trivial cleanups 
or big new features. Please see the RocketMQ main website to read the 
[details](http://rocketmq.apache.org/docs/how-to-contribute/).
 
 ## License
+
 [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.html) 
Copyright (C) Apache Software Foundation 

Reply via email to