From fee07961802375b5e730cedca307029a9c867c7f Mon Sep 17 00:00:00 2001 From: Erik Assum Date: Wed, 9 Dec 2020 19:40:05 +0100 Subject: [PATCH] Add badges --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0c106e1..6694933 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,11 @@ +[![Clojars Project](https://img.shields.io/clojars/v/potemkin.svg)](https://clojars.org/potemkin) +[![cljdoc badge](https://cljdoc.org/badge/potemkin)](https://cljdoc.org/d/potemkin) +[![CircleCI](https://circleci.com/gh/clj-commons/potemkin.svg?style=svg)](https://circleci.com/gh/clj-commons/potemkin) + Potemkin is a collection of facades and workarounds for things that are more difficult than they should be. All functions are within the `potemkin` namespace. ### usage -[![Build Status](https://travis-ci.org/ztellman/potemkin.png?branch=master)](https://travis-ci.org/ztellman/potemkin) - ```clj [potemkin "0.4.5"] ```