Skip to content

Commit 3fb9abc

Browse files
committed
Add standard set of badges
1 parent 89567da commit 3fb9abc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# lambdaisland/deep-diff
22

3+
<!-- badges -->
4+
[![CircleCI](https://circleci.com/gh/lambdaisland/deep-diff.svg?style=svg)](https://circleci.com/gh/lambdaisland/deep-diff) [![cljdoc badge](https://cljdoc.org/badge/lambdaisland/deep-diff)](https://cljdoc.org/d/lambdaisland/deep-diff) [![Clojars Project](https://img.shields.io/clojars/v/lambdaisland/deep-diff.svg)](https://clojars.org/lambdaisland/deep-diff) [![codecov](https://codecov.io/gh/lambdaisland/deep-diff/branch/master/graph/badge.svg)](https://codecov.io/gh/lambdaisland/deep-diff)
5+
<!-- /badges -->
6+
37
Recursively compare Clojure data structures, and produce a colorized diff of the result.
48

59
![screenshot showing REPL example](screenshot.png)

0 commit comments

Comments
 (0)