From b2c80521a71eb09c8ab2eb8d2c592c86bfa0113a Mon Sep 17 00:00:00 2001 From: Fredrik Carlsson Date: Tue, 8 Dec 2015 15:17:04 +0100 Subject: [PATCH] fix typos in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e2661b8c..de4dbf53 100644 --- a/README.md +++ b/README.md @@ -303,7 +303,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 exaples above are reuturning. 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 acheived with an option. ```java Configuration conf = Configuration.builder()