Skip to content

Commit 93120ec

Browse files
committed
misc: Update readme
1 parent 3b3fb81 commit 93120ec

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

README.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# A Rust JSON structural diff
22

3-
[![LICENSE](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
4-
[![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)
5-
[![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)
3+
[![Actions Status][actions badge]][actions]
4+
[![CodeCov][codecov badge]][codecov]
5+
[![LICENSE][license badge]][license]
66

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

2929
Released under the [MIT License](LICENSE).
30+
31+
<!-- Links -->
32+
[actions]: https://github.com/Luni-4/json-structural-diff/actions
33+
[codecov]: https://codecov.io/gh/Luni-4/json-structural-diff
34+
[license]: LICENSE
35+
36+
<!-- Badges -->
37+
[actions badge]: https://github.com/Luni-4/json-structural-diff/workflows/json-structural-diff/badge.svg
38+
[codecov badge]: https://codecov.io/gh/Luni-4/json-structural-diff/branch/master/graph/badge.svg
39+
[license badge]: https://img.shields.io/badge/license-MIT-blue.svg

0 commit comments

Comments
 (0)