Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rybakit committed Mar 17, 2014
1 parent dddd4ab commit f094dce
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 @@ -289,7 +289,7 @@ $queue = new ExceptionalQueue($queue);
$queue->push('item'); // throws Phive\Queue\Exception\RuntimeException
```

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

```php
use Phive\Queue\Exception\ExceptionInterface;
Expand All @@ -311,7 +311,7 @@ try {
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:

```sh
composer install
$ composer install
```

You can then run the tests:
Expand Down

0 comments on commit f094dce

Please sign in to comment.