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 349dbad commit 3e02c5d
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 @@ -13,7 +13,7 @@ Requires Maven and a Java 6 compiler installed on your system.

## Example

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

0 comments on commit 3e02c5d

Please sign in to comment.