From eda48090d2943e4d503275300dd36b21fc0f98c4 Mon Sep 17 00:00:00 2001 From: Document Doctor Date: Wed, 6 Mar 2019 01:06:08 -0500 Subject: [PATCH] Fixed typos in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bbbefe09..90826ee2 100644 --- a/README.md +++ b/README.md @@ -322,7 +322,7 @@ List> books = Path vs Value ------------- -In the Goessner implementation a JsonPath can return either `Path` or `Value`. `Value` is the default and what all the examples above are returning. If you rather have the path of the elements our query is hitting this can be acheived with an option. +In the Goessner implementation a JsonPath can return either `Path` or `Value`. `Value` is the default and what all the examples above are returning. If you rather have the path of the elements our query is hitting this can be achieved with an option. ```java Configuration conf = Configuration.builder()