File tree Expand file tree Collapse file tree 1 file changed +14
-4
lines changed
Expand file tree Collapse file tree 1 file changed +14
-4
lines changed Original file line number Diff line number Diff line change @@ -14,9 +14,19 @@ Recursively compare Clojure or ClojureScript data structures, and produce a colo
1414If you find value in our work please consider [ becoming a backer on Open Collective] ( http://opencollective.com/lambda-island#section-contribute )
1515<!-- /opencollective -->
1616
17- ## Install
17+ ## Installation
1818
19- [ ![ Clojars Project] ( https://img.shields.io/clojars/v/lambdaisland/deep-diff2.svg )] ( https://clojars.org/lambdaisland/deep-diff2 )
19+ deps.edn
20+
21+ ```
22+ lambdaisland/deep-diff2 {:mvn/version "2.0.0"}
23+ ```
24+
25+ project.clj
26+
27+ ```
28+ [lambdaisland/deep-diff2 "2.0.0"]
29+ ```
2030
2131## Use
2232
@@ -61,7 +71,7 @@ You can register print handlers for new types using
6171` lambdaisland.deep-diff2.printer/register-print-handler! ` , or by passing and
6272` :extra-handlers ` map to ` printer ` .
6373
64- ### Deep-diff 1 vs 2
74+ ## Deep-diff 1 vs 2
6575
6676The original deep-diff only worked on Clojure, not ClojureScript. In porting the
6777code to CLJC we were forced to make some breaking changes. To not break existing
@@ -85,7 +95,7 @@ patches there, so we may put out bugfix releases of the original deep-diff in
8595the future. When in doubt check the CHANGELOG.
8696
8797<!-- contributing -->
88- ### Contributing
98+ ## Contributing
8999
90100Everyone has a right to submit patches to this projects, and thus become a contributor.
91101
You can’t perform that action at this time.
0 commit comments