Skip to content

Commit

Permalink
misc: Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Luni-4 committed Dec 9, 2024
1 parent 3b3fb81 commit 93120ec
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# A Rust JSON structural diff

[![LICENSE](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
[![Actions Status](https://github.com/Luni-4/json-structural-diff/workflows/json-structural-diff/badge.svg)](https://github.com/Luni-4/json-structural-diff/actions)
[![Coverage Status](https://coveralls.io/repos/github/Luni-4/json-structural-diff/badge.svg?branch=master)](https://coveralls.io/github/Luni-4/json-structural-diff?branch=master)
[![Actions Status][actions badge]][actions]
[![CodeCov][codecov badge]][codecov]
[![LICENSE][license badge]][license]

A pure-Rust JSON structural diff based on [this](https://github.com/andreyvit/json-diff)
implementation.
Expand All @@ -27,3 +27,13 @@ to the commands above.
## License

Released under the [MIT License](LICENSE).

<!-- Links -->
[actions]: https://github.com/Luni-4/json-structural-diff/actions
[codecov]: https://codecov.io/gh/Luni-4/json-structural-diff
[license]: LICENSE

<!-- Badges -->
[actions badge]: https://github.com/Luni-4/json-structural-diff/workflows/json-structural-diff/badge.svg
[codecov badge]: https://codecov.io/gh/Luni-4/json-structural-diff/branch/master/graph/badge.svg
[license badge]: https://img.shields.io/badge/license-MIT-blue.svg

0 comments on commit 93120ec

Please sign in to comment.