From 857a192cf2fcd3743002101efe19ea0a19271388 Mon Sep 17 00:00:00 2001 From: 0xflotus <0xflotus@gmail.com> Date: Fri, 20 Nov 2020 04:18:54 +0100 Subject: [PATCH] fix: small error in docs --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d29f7ce..e7829fe 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ This library enables query against JSON. Currently supported operators are: (pre ( ) ``` -The following are the operator mapings to SQL: +The following are the operator mappings to SQL: * `AND` to `&&` * `OR` to `||` * `RLIKE` to `~=` @@ -122,4 +122,4 @@ func main() { ``` ## Query Expressions -For details of query expressions, please read: https://github.com/elgs/gojq \ No newline at end of file +For details of query expressions, please read: https://github.com/elgs/gojq