Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
javibravo committed Dec 5, 2016
1 parent 45f152a commit fae81e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ $myNewConsumer = new QueueWorker($sqsQueue, new MyJob());
$myNewConsumer->start();
```

** Beanstalkd Consumer**
**Beanstalkd Consumer**

```php
<?php
Expand All @@ -186,4 +186,4 @@ $myNewConsumer = new QueueWorker($beanStalkdQueue, new MyJob());
$myNewConsumer->start();
```

(*) The idea is to support any queue system, so it is open for that. Contributions are welcome.
(*) The idea is to support any queue system, so it is open for that. Contributions are welcome.

0 comments on commit fae81e2

Please sign in to comment.