From ba8347cc1f4051ce3e83297cac880b7421a2f07b Mon Sep 17 00:00:00 2001 From: kallestenflo Date: Mon, 22 Sep 2014 18:41:58 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ccc657e..007dd469 100644 --- a/README.md +++ b/README.md @@ -117,7 +117,7 @@ Object document = Configuration.defaultConfiguration().jsonProvider().parse(json String author1 = JsonPath.read(document, "$.store.book[0].author"); String author2 = JsonPath.read(document, "$.store.book[1].author"); ``` -JsonPat also provides a fluent API that is also the most flexible one. +JsonPath also provides a fluent API that is also the most flexible one. ```java String json = "...";