Skip to content

Commit

Permalink
Using diff language for examples in Readme.md
Browse files Browse the repository at this point in the history
This makes for a prettier readme.
  • Loading branch information
yazgazan authored Apr 30, 2017
1 parent 7fbc54f commit d02e25b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Help Options:

Getting a full diff of two json files:

```sh
```diff
$ jaydiff --show-types old.json new.json

map[string]interface {} map[
Expand All @@ -63,7 +63,7 @@ $ jaydiff --show-types old.json new.json

Ignoring fields:

```sh
```diff
$ jaydiff --show-types \
--ignore='.b\[\]' --ignore='.d' --ignore='.c.[ac]' \
old.json new.json
Expand All @@ -83,7 +83,7 @@ $ jaydiff --show-types \

Report format:

```sh
```diff
$ jaydiff --report --show-types old.json new.json

- .b[]: float64 3
Expand Down

0 comments on commit d02e25b

Please sign in to comment.