Skip to content

Commit 200bea8

Browse files
committed
chore: README update
1 parent 93e35ac commit 200bea8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@
4343

4444
## Usage
4545

46-
as a CLI:
46+
on your terminal:
4747

4848
```sh
49-
npx jsondiffpatch https://jsondiffpatch.com/demo/left.json https://jsondiffpatch.com/demo/right.json
49+
npx jsondiffpatch --help
5050
```
5151

5252
![console_demo!](docs/demo/consoledemo.png)
@@ -191,7 +191,7 @@ npm install jsondiffpatch
191191
```
192192

193193
```js
194-
import * as jsondiffpatch from 'jsondiffpatch';
194+
import {* as jsondiffpatch} from 'jsondiffpatch';
195195
const jsondiffpatchInstance = jsondiffpatch.create(options);
196196
```
197197

0 commit comments

Comments
 (0)