Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
thisandagain committed Sep 8, 2012
1 parent 59821e6 commit 350d7a7
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
Expand Up @@ -2,7 +2,7 @@
#### Assertion extensions and utilities for [OCUnit]()

### Installation
Simply import the `EDAsset` headers and ensure that you have linked the [`OCHamcrest` framework](https://github.com/hamcrest/OCHamcrest) within your test target.
Simply import the `EDAssert` headers and ensure that you have linked the [`OCHamcrest` framework](https://github.com/hamcrest/OCHamcrest) within your test target.

### EDAssertEventually
While building integration or functional tests with `OCUnit`, one common issue is that asyncronous blocks are not supported. To resolve this, you can use the `EDAssertEventually` class to perform tests that poll against an async event over time:
Expand Down

0 comments on commit 350d7a7

Please sign in to comment.