From d03122fd6c0464985d7322a0a2b34cfd84326f8c Mon Sep 17 00:00:00 2001 From: Tim Gee Date: Tue, 19 Feb 2019 22:19:45 +0000 Subject: [PATCH] Update README.md --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 43a9540..d83a892 100644 --- a/README.md +++ b/README.md @@ -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