We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf00cc7 commit ccec198Copy full SHA for ccec198
README.md
@@ -18,7 +18,7 @@ The JSONata documentation can be found [here](https://jsonata.org).
18
## Installation
19
20
```
21
-pip install jsonata-python
+pipx install jsonata-python
22
23
24
## Getting Started
@@ -39,7 +39,7 @@ A very simple start:
39
The CLI provides the same functionality as the [Dashjoin JSONata CLI](https://github.com/dashjoin/jsonata-cli).
40
41
42
-% python3 -m jsonata.cli
+% jsonata -h
43
usage: jsonata.cli [-h] [-v] [-e <file>] [-i <arg>] [-ic <arg>] [-f {auto,json,string}] [-o <arg>] [-oc <arg>] [-time] [-c] [-b <json-string>]
44
[-bf <file>] [-it]
45
[expr]
0 commit comments