Skip to content

Commit 4c203eb

Browse files
committed
Slices are supported now, lfg
1 parent 158ec23 commit 4c203eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ The report shows that **query-json** is between 2x and 5x faster than **jq** in
115115
- Generic Object Index: `.[<string>]`
116116
- Array Index: `.[2]`
117117
- Pipe: `|`
118-
- Array/String Slice: `.[10:15]` ⚠️
118+
- Array/String Slice: `.[10:15]`
119119
- Array/Object Value Iterator: `.[]` ⚠️
120120
- Comma: `,`
121121
- Parenthesis: `()` ✅️

0 commit comments

Comments
 (0)