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