Skip to content

Commit

Permalink
Small readme fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanrobinson committed Jan 25, 2024
1 parent 71b6c43 commit edc5fe7
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,21 @@

Extras, helpers and convenience methods for [clj-wiremock](https://github.com/kelveden/clj-wiremock).

[![Clojars Project](https://img.shields.io/clojars/v/uk.co.jordanrobinson/clj-wiremock-extras.svg)](https://clojars.org/uk.co.jordanrobinson/awaitility-clj)
[![Clojars Project](https://img.shields.io/clojars/v/uk.co.jordanrobinson/clj-wiremock-extras.svg)](https://clojars.org/uk.co.jordanrobinson/clj-wiremock-extras)

## Add to your project

```clojure
project.clj

...

:dependencies [[org.clojure/clojure "1.11.1"]
[kelveden/clj-wiremock "1.8.0"]
[ "0.4.2"]]

...
```

## Examples

Expand Down

0 comments on commit edc5fe7

Please sign in to comment.