From 3933b1a6ae26d5ea14495796cb9f5dffcf05ea17 Mon Sep 17 00:00:00 2001 From: gered Date: Wed, 5 Jan 2022 17:37:56 -0500 Subject: [PATCH] replace leiningen dependency line with a clojars image for convenience so i don't need to update this every time i do a release :-) and i like this older image/badge a lot more than the newer style one that clojars has now ... --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index c060376..e09e6ea 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,7 @@ sessions are expired appropriately even if they are no longer being visited. ## Leiningen -```clj -[net.gered/aging-session "0.2.0"] -``` +[![](https://clojars.org/net.gered/aging-session/latest-version.svg)](https://clojars.org/net.gered/aging-session) ## This is a fork!