Skip to content

Commit 6e81fdf

Browse files
committed
Readme fix
1 parent 8821fef commit 6e81fdf

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ RabbitMQ Queue driver for Laravel
66
[![StyleCI](https://styleci.io/repos/14976752/shield)](https://styleci.io/repos/14976752)
77
[![License](https://poser.pugx.org/vladimir-yuldashev/laravel-queue-rabbitmq/license?format=flat-square)](https://packagist.org/packages/vladimir-yuldashev/laravel-queue-rabbitmq)
88

9-
####Installation
9+
#### Installation
1010

1111
1. Install this package via composer using:
1212

@@ -30,18 +30,22 @@ RabbitMQ Queue driver for Laravel
3030

3131
You can also find full examples in src/examples folder.
3232

33-
####Usage
33+
#### Usage
34+
3435
Once you completed the configuration you can use Laravel Queue API. If you used other queue drivers you do not need to change anything else. If you do not know how to use Queue API, please refer to the official Laravel documentation: http://laravel.com/docs/queues
3536

36-
####PHPUnit
37+
#### PHPUnit
38+
3739
Unit tests will be provided soon.
3840

39-
####Contribution
41+
#### Contribution
42+
4043
You can contribute to this package by discovering bugs and opening issues. Please, add to which version of package you create pull request or issue. (e.g. [5.2] Fatal error on delayed job)
4144

4245
> If you want to make feature for several versions (for example: 5.2, 5.3 and 5.4). Create PR for the lowest version (5.2). Hence, you should use branch v5.2.
4346
44-
####Supported versions of Laravel (+Lumen)
47+
#### Supported versions of Laravel (+Lumen)
48+
4549
`4.0, 4.1, 4.2, 5.0, 5.1, 5.2, 5.3, 5.4`
4650

4751
The version is being matched by the release tag of this library.

0 commit comments

Comments
 (0)