Skip to content

Commit

Permalink
docs: minor improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
mbelveder committed Apr 19, 2024
1 parent ac82019 commit b51a5b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ gendiff nested_node1.json nested_node2.json --replacer ⏐ --increment 2
And `plain` output format:

```
poetry run gendiff --format plain nested_node1.json nested_node2.json
gendiff --format plain nested_node1.json nested_node2.json
```

```
Expand Down Expand Up @@ -120,7 +120,7 @@ Property 'common.node6.key' was removed
</details> -->

The package works both with JSON and YAML files and supports `stylish` (default), `plain` and `json` output format:
The package works both with JSON and YAML files. The `json` output format shows what happened to each node (`added`, `deleted`, `changed` or `unchanged`):

[![asciicast](docs/media/asciinema.png)](https://asciinema.org/a/HuOgkKzA76RJu0G6MsUYq7OMM)

Expand Down

0 comments on commit b51a5b7

Please sign in to comment.