Skip to content

Commit

Permalink
Updated read me
Browse files Browse the repository at this point in the history
  • Loading branch information
petejkim committed Jul 12, 2011
1 parent a73e19f commit 4abb825
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -81,7 +81,7 @@ Every matcher's criteria can be inverted by prepending `.Not`: (It is with a cap

Every matcher can be made to perform asynchronous testing by prepending `.isGoing` or `.isNotGoing`:

>`expect(x).isGoing.toBeNil();` passes if x eventually becomes nil within the timeout.
>`expect(x).isGoing.toBeNil();` passes if x becomes nil before the timeout.
Default timeout is 1.0 second. This setting can be changed by calling `[Expecta setAsynchronousTestTimeout:x]`, where x is the desired timeout.

Expand Down Expand Up @@ -146,7 +146,7 @@ EXPMatcherImplementationEnd

## CONTRIBUTION

You can find a public Tracker project [here](https://www.pivotaltracker.com/projects/323267).
You can find the public Tracker project [here](https://www.pivotaltracker.com/projects/323267).

### CONTRIBUTION GUIDELINES

Expand Down

0 comments on commit 4abb825

Please sign in to comment.