Browse Source

Merge pull request #164 from fc-io/patch-1

fix typos in README.md
pull/169/head
kallestenflo 9 years ago
parent
commit
642ac71018
  1. 2
      README.md

2
README.md

@ -303,7 +303,7 @@ List<Map<String, Object>> 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()

Loading…
Cancel
Save