Skip to content

Commit ad19166

Browse files
committed
feat: update documentation
1 parent 86be948 commit ad19166

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ jsonata-cli <query-expression> -f [--file] <JSON-file>
4141
```
4242

4343
Where:
44-
- <query-expression> - represent the JSONata location path syntax similar to XPath
45-
- <JSON-file> - a file in JSON format
44+
- `query-expression` - represent the JSONata location path syntax similar to XPath
45+
- `JSON-file` - a file in JSON format
4646

4747
For the syntax of a query expression consult the [JSONata Documentation](http://docs.jsonata.org/overview).
4848

@@ -65,8 +65,8 @@ JSON string can be performed:
6565
jsonata-cli <query-expression> <JSON-string>
6666
```
6767

68-
- <query-expression> - represent the JSONata location path syntax similar to XPath
69-
- <JSON-string> - a string in JSON format
68+
- `query-expression` - represent the JSONata location path syntax similar to XPath
69+
- `JSON-string` - a string in JSON format
7070

7171
**Examples:**
7272

0 commit comments

Comments
 (0)