Skip to content

Commit dd37cbf

Browse files
committed
Merge remote-tracking branch 'origin/fix/refactor-creation-of-connections-and-queues' into fix/refactor-creation-of-connections-and-queues
2 parents 35ab32c + 983d53d commit dd37cbf

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ class RabbitMQJob extends BaseJob
264264

265265
### Use your own Connection
266266

267-
You can extend the build-in `PhpAmqpLib\Connection\AMQPStreamConnection::class`
267+
You can extend the built-in `PhpAmqpLib\Connection\AMQPStreamConnection::class`
268268
or `PhpAmqpLib\Connection\AMQPSLLConnection::class` and within the connection config, you can define your own class.
269269
When you specify a `connection` key in the config, with your own class name, every connection will use your own class.
270270

@@ -329,7 +329,7 @@ You can alter the heartbeat settings by changing the config.
329329

330330
### SSL Secure
331331

332-
When u need a secure connection to rabbitMQ server(s). Then this is possible by setting extra config options.
332+
If you need a secure connection to rabbitMQ server(s), you will need to add these extra config options.
333333

334334
```php
335335
'connections' => [
@@ -395,8 +395,7 @@ If for some reason you don't want the connection lazy you can turn it off by set
395395

396396
## Laravel Usage
397397

398-
Once you completed the configuration you can use the Laravel Queue API. If you used other queue drivers you do not need
399-
to
398+
Once you completed the configuration you can use the Laravel Queue API. If you used other queue drivers you do not need to
400399
change anything else. If you do not know how to use the Queue API, please refer to the official Laravel
401400
documentation: http://laravel.com/docs/queues
402401

0 commit comments

Comments
 (0)