From 93ce7e6406e1c6782eba4f6fc1490d4c26c54dfe Mon Sep 17 00:00:00 2001 From: Marius Kreis Date: Mon, 16 Sep 2024 13:03:30 +0200 Subject: [PATCH] Add Clojars badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 00983bf..9dd26e4 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# matcho [![CircleCI](https://circleci.com/gh/HealthSamurai/matcho.svg?style=shield)](https://circleci.com/gh/HealthSamurai/matcho) [![Join gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/healthsamurai/matcho) +# matcho [![Clojars Project](https://img.shields.io/clojars/v/com.health-samurai/matcho.svg)](http://clojars.org/com.health-samurai/matcho) [![CircleCI](https://circleci.com/gh/HealthSamurai/matcho.svg?style=shield)](https://circleci.com/gh/HealthSamurai/matcho) [![Join gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/healthsamurai/matcho) Simpliest pattern matching you've ever seen.