We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93e35ac commit 200bea8Copy full SHA for 200bea8
1 file changed
README.md
@@ -43,10 +43,10 @@
43
44
## Usage
45
46
-as a CLI:
+on your terminal:
47
48
```sh
49
-npx jsondiffpatch https://jsondiffpatch.com/demo/left.json https://jsondiffpatch.com/demo/right.json
+npx jsondiffpatch --help
50
```
51
52

@@ -191,7 +191,7 @@ npm install jsondiffpatch
191
192
193
```js
194
-import * as jsondiffpatch from 'jsondiffpatch';
+import {* as jsondiffpatch} from 'jsondiffpatch';
195
const jsondiffpatchInstance = jsondiffpatch.create(options);
196
197
0 commit comments