Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Allan committed Mar 29, 2016
1 parent 60da44a commit 8c0c571
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -109,7 +109,7 @@ There are a couple of things that can go wrong while running your process:
- The process can halt unexpectedly.
- The process can send EOF before your expectation happens.

If the process fails to start, a `RuntimeException` is thrown. The [`Yuloh\Expect\Exceptions` namespace]('src/Exceptions') contains exceptions for the other three scenarios. All of the exceptions extend `Yuloh\Expect\FailedExpectationException` so you can just catch that one if you like.
If the process fails to start, a `RuntimeException` is thrown. The [`Yuloh\Expect\Exceptions` namespace](src/Exceptions) contains exceptions for the other three scenarios. All of the exceptions extend `Yuloh\Expect\FailedExpectationException` so you can just catch that one if you like.

## Buffering

0 comments on commit 8c0c571

Please sign in to comment.