Skip to content

Commit 7c4f923

Browse files
committed
Add version vectors directly to the README
1 parent aa2cf6d commit 7c4f923

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

README.md

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,19 @@ Recursively compare Clojure or ClojureScript data structures, and produce a colo
1414
If 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

6676
The original deep-diff only worked on Clojure, not ClojureScript. In porting the
6777
code 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
8595
the future. When in doubt check the CHANGELOG.
8696

8797
<!-- contributing -->
88-
### Contributing
98+
## Contributing
8999

90100
Everyone has a right to submit patches to this projects, and thus become a contributor.
91101

0 commit comments

Comments
 (0)