Skip to content

Commit dd6ad60

Browse files
committed
rework 2
1 parent 0d34ba7 commit dd6ad60

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,7 @@ by adding extra options.
151151
### Horizon support
152152

153153
Starting with 8.0, this package supports [Laravel Horizon](https://laravel.com/docs/horizon) out of the box. Firstly,
154-
install
155-
Horizon and then set `RABBITMQ_WORKER` to `horizon`.
154+
install Horizon and then set `RABBITMQ_WORKER` to `horizon`.
156155

157156
Horizon is depending on events dispatched by the worker.
158157
These events inform Horizon what was done with the message/job.
@@ -320,7 +319,7 @@ If you want to use your own `RabbitMQQueue::class` this is possible by
320319
extending `VladimirYuldashev\LaravelQueueRabbitMQ\Queue\RabbitMQQueue`.
321320
and inform laravel to use your class by setting `RABBITMQ_WORKER` to `\App\Queue\RabbitMQQueue::class`.
322321

323-
> Note: Worker classes **must** extend ``VladimirYuldashev\LaravelQueueRabbitMQ\Queue\RabbitMQQueue``
322+
> Note: Worker classes **must** extend `VladimirYuldashev\LaravelQueueRabbitMQ\Queue\RabbitMQQueue`
324323
325324
```php
326325
'connections' => [

0 commit comments

Comments
 (0)