Skip to content

Commit c9a3e17

Browse files
authored
Update README.md
1 parent fc31c7d commit c9a3e17

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ RabbitMQ Queue driver for Laravel
1010

1111
1. Install this package via composer using:
1212

13-
`composer require vladimir-yuldashev/laravel-queue-rabbitmq:5.5`
13+
```
14+
composer require vladimir-yuldashev/laravel-queue-rabbitmq:5.5
15+
```
1416

1517
2. Add these properties to `.env` with proper values:
1618

@@ -25,8 +27,6 @@ RABBITMQ_PASSWORD=guest
2527
RABBITMQ_QUEUE=queue_name
2628
```
2729

28-
You can also find full examples in src/examples folder.
29-
3030
#### Usage
3131

3232
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

0 commit comments

Comments
 (0)