From 523bb716e6542b9a858b601ffd998ba576c3c804 Mon Sep 17 00:00:00 2001 From: kallestenflo Date: Mon, 22 Sep 2014 23:03:01 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 |