Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
trickl authored Feb 19, 2019
1 parent 3e02c5d commit d03122f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,11 @@ Requires Maven and a Java 6 compiler installed on your system.

## Example

```assertThat(json("{\"age\":43, \"friend_ids\":[16, 23, 52]}"))
.allowingExtraUnexpectedFields()
.allowingAnyArrayOrdering()
.isSameJsonAs("{\"friend_ids\":[52, 23, 16]}");
```
assertThat(json("{\"age\":43, \"friend_ids\":[16, 23, 52]}"))
.allowingExtraUnexpectedFields()
.allowingAnyArrayOrdering()
.isSameJsonAs("{\"friend_ids\":[52, 23, 16]}");
```

### Installing
Expand Down

0 comments on commit d03122f

Please sign in to comment.