Skip to content

Commit eef10b1

Browse files
Update README.md
1 parent 7a60cdf commit eef10b1

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,15 @@ definition to your `pom.xml`:
4040

4141
With [Leiningen](http://leiningen.org):
4242

43-
[![Clojars Project](http://clojars.org/com.novemberain/langohr/latest-version.svg)](http://clojars.org/com.novemberain/langohr)
43+
``` clojure
44+
[com.novemberain/langohr "5.5.0"]
45+
```
46+
47+
With `deps.edn`:
48+
49+
``` clojure
50+
com.novemberain/langohr {:mvn/version "5.5.0"}
51+
```
4452

4553

4654
With Maven:

0 commit comments

Comments
 (0)