From cf4a367cc9464cc93bc2cc048bdbd256c4f36f00 Mon Sep 17 00:00:00 2001 From: Andrea Crotti Date: Fri, 1 Feb 2019 12:33:36 +0000 Subject: [PATCH] add official clojars svg --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3a90752..19d2346 100644 --- a/README.md +++ b/README.md @@ -11,9 +11,9 @@ *The Graphviz dot tool executable must be on the system path to render* -Dorothy is on Clojars. In Leiningen: +Dorothy is on Clojars: - [dorothy "x.y.z"] +[![Clojars Project](https://img.shields.io/clojars/v/dorothy.svg)](https://clojars.org/dorothy) A graph consists of a vector of *statements*. The following sections describe the format for all the types of statements. If you're bored, skip ahead to the "Defining Graphs" section below.