From ff54a448f9dc20eaae76ece6ffc64af9adb63a5f Mon Sep 17 00:00:00 2001 From: Andrea Maria Piana Date: Fri, 9 Sep 2016 12:35:46 +0100 Subject: [PATCH] Add link to clojars in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1337097..4c6b1bc 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Asynchronous PostgreSQL client for Clojure. Add the following to your [Leiningen](http://github.com/technomancy/leiningen) `project.clj`: -![latest postgres.async version](https://clojars.org/alaisi/postgres.async/latest-version.svg) +[![latest postgres.async version](https://clojars.org/alaisi/postgres.async/latest-version.svg)](https://clojars.org/alaisi/postgres.async) ## Setting up a connection pool