Skip to content

Commit f094dce

Browse files
committed
Update README.md
1 parent dddd4ab commit f094dce

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ $queue = new ExceptionalQueue($queue);
289289
$queue->push('item'); // throws Phive\Queue\Exception\RuntimeException
290290
```
291291

292-
And then, to catch queue level exceptions use `ExceptionInterface` [marker interface](http://en.wikipedia.org/wiki/Marker_interface_pattern):
292+
And then, to catch queue level exceptions use the `ExceptionInterface` [marker interface](http://en.wikipedia.org/wiki/Marker_interface_pattern):
293293

294294
```php
295295
use Phive\Queue\Exception\ExceptionInterface;
@@ -311,7 +311,7 @@ try {
311311
Phive Queue uses [PHPUnit](http://phpunit.de) for unit and acceptance testing. In order to run the tests, you'll first need to install the library dependencies using composer:
312312

313313
```sh
314-
composer install
314+
$ composer install
315315
```
316316

317317
You can then run the tests:

0 commit comments

Comments
 (0)