Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jkbrzt committed Aug 27, 2023
1 parent bbf3d18 commit 2d83771
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ The following features are implemented in both Python and JavaScript and the out
Both Python and JavaScript implementations come with a CLI that can be used to generate stable JSON and hashes.

```bash
JSON=''{"B":2,"C":[1,2,3],"A":1}''
JSON='{"B":2,"C":[1,2,3],"A":1}'
[ $(crosshash-js --hash "$JSON") == $(crosshash-py --hash "$JSON") ] && echo 'It’s a match!'
[ $(crosshash-js --json "$JSON") == $(crosshash-py --json "$JSON") ] && echo 'It’s a match!'
```
Expand Down

0 comments on commit 2d83771

Please sign in to comment.