Skip to content

Commit ca6bdec

Browse files
authored
Merge pull request #132 from danmurf/hotfix/readme-markdown
Fix markdown in README.
2 parents a7e12a0 + e368b84 commit ca6bdec

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ QPush - Symfony2 Push Queue Bundle
66
[![Code Coverage](https://img.shields.io/scrutinizer/coverage/g/uecode/qpush-bundle.svg?style=flat-square)](https://scrutinizer-ci.com/g/uecode/qpush-bundle/)
77
[![Total Downloads](http://img.shields.io/packagist/dt/uecode/qpush-bundle.svg?style=flat-square)](https://packagist.org/packages/uecode/qpush-bundle)
88

9-
##Overview
9+
## Overview
1010
This bundle allows you to easily consume messages from Push Queues by simply
1111
tagging your services and relying on Symfony's event dispatcher - without
1212
needing to run a daemon or background process to continuously poll your queue.
@@ -158,4 +158,3 @@ public function onMessageReceived(MessageEvent $event)
158158

159159
Once all other Event Listeners have been invoked on a `MessageEvent`, the Bundle
160160
will automatically attempt to remove the Message from your Queue for you.
161-

0 commit comments

Comments
 (0)