From 0762199f88f5a9d8a735dd65c505e7d0bdadfc39 Mon Sep 17 00:00:00 2001 From: anon Date: Mon, 16 Sep 2024 02:29:26 +0200 Subject: [PATCH] add query example for clarity --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 155c5e0..15030e5 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,7 @@ $$(->)* Returns the named field of tbnode based on the selector or a null node if no such named field exists. Multiple selectors may be chained together. +E.g. `$$->mycstr->"declarator"`. ### Code The code section is verbatim pasted to the end of the output file.