Skip to content

Commit 6500044

Browse files
committed
Add Clojars version badge and clj line
1 parent 048bcbf commit 6500044

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
A `clojure.test`-compatible version of the [classic Expectations testing library](https://clojure-expectations.github.io/).
44

5+
## Where?
6+
7+
[![Clojars Project](https://clojars.org/expectations/clojure-test/latest-version.svg)](https://clojars.org/expectations/clojure-test)
8+
9+
Try it out:
10+
11+
```
12+
clj -Sdeps '{:deps {expectations/clojure-test {:mvn/version "RELEASE"}}}'
13+
```
14+
515
## What?
616

717
This library brings `expect`, `more`, `more-of`, etc from Expectations into the

0 commit comments

Comments
 (0)