From 710bfbef81a866d0dd548a272e71182416b2f8a2 Mon Sep 17 00:00:00 2001 From: Simon Brooke Date: Sat, 21 Jul 2018 19:05:04 +0100 Subject: [PATCH] Updated README, and added clojars badge. --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a6d5430..61793e1 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,15 @@ # adl-support -A Clojure library designed to support auto-generated ADL code. This library should normally be included into projects generated by ADL, and consequently is licenced under the MIT license, which is less restrictive than the GNU General Public License which I normally use. +A Clojure library designed to support auto-generated [ADL](https://github.com/simon-brooke/adl) code. This library should normally be included into projects generated by ADL, and consequently is licenced under the MIT license, which is less restrictive than the GNU General Public License which I normally use. + +[![Clojars Project](https://img.shields.io/clojars/v/adl-support.svg)](https://clojars.org/adl-support) ## Usage -FIXME +You don't really use this; code auto-generated by ADL does. ## License -Copyright © 2018 FIXME +Copyright © 2018 Simon Brooke Distributed under the MIT License.