diff --git a/README.md b/README.md index 78fb4143..5849985b 100644 --- a/README.md +++ b/README.md @@ -77,9 +77,9 @@ Given the json } ``` -| JSONPath | Result | +| JSONPath (try it by clicking link)| Result | | :------- | :----- | -| `$.store.book[*].author` | The authors of all books | +| $.store.book[*].author| The authors of all books | | `$..author` | All authors | | `$.store.*` | All things, both books and bicycles | | `$.store..price` | The price of everything |