From a6e38674ae62314f2c406c040bf75772c83dabeb Mon Sep 17 00:00:00 2001 From: kallestenflo Date: Mon, 23 Nov 2015 08:39:00 +0100 Subject: [PATCH] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 4bb94f65..2e28df47 100644 --- a/README.md +++ b/README.md @@ -151,7 +151,6 @@ Given the json | $.store.* | All things, both books and bicycles | | $.store..price | The price of everything | | $..book[2] | The third book | -| $..book[(@.length-1)] | The last book | | $..book[0,1] | The first two books | | $..book[:2] | All books from index 0 (inclusive) until index 2 (exclusive) | | $..book[1:2] | All books from index 1 (inclusive) until index 2 (exclusive) |