From 8aa5fc03faa661478f7769091b685cc224473402 Mon Sep 17 00:00:00 2001 From: Jihchi Lee Date: Sat, 19 Nov 2022 19:52:23 +0800 Subject: [PATCH] Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 5aeb3cf..04de424 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,7 @@ [![Crates.io - download](https://img.shields.io/crates/d/kq)](https://crates.io/crates/kq) [![docs.rs](https://img.shields.io/docsrs/kq)](https://docs.rs/kq) -A jq-like cli tool that can [query](https://github.com/kdl-org/kdl/blob/1.0.0/QUERY-SPEC.md) and transform [KDL](https://kdl.dev/) document right in the command line. - -> `||` and [Map Operator](https://github.com/kdl-org/kdl/blob/1.0.0/QUERY-SPEC.md#map-operator) are not supported yet. +A [jq](https://stedolan.github.io/jq/)-like cli tool that can [query](https://github.com/kdl-org/kdl/blob/1.0.0/QUERY-SPEC.md) [KDL](https://kdl.dev/) document right in the command line. ## Installation