From 1c4b36f6dc8bf7f86d91ca3ee027229f1971e9d9 Mon Sep 17 00:00:00 2001 From: Sean Corfield Date: Sun, 8 Mar 2020 15:19:54 -0700 Subject: [PATCH] Removed CircleCI badge; refer to new readme tester The CircleCI badge will come back once it is set up there. --- README.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 435568c..1fc3293 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Honey SQL [![CircleCI](https://circleci.com/gh/jkk/honeysql/tree/master.svg?style=svg)](https://circleci.com/gh/jkk/honeysql/tree/master) +# Honey SQL SQL as Clojure data structures. Build queries programmatically -- even at runtime -- without having to bash strings together. @@ -8,15 +8,10 @@ The latest versions on Clojars and on cljdoc: [![Clojars Project](https://clojars.org/honeysql/latest-version.svg)](https://clojars.org/honeysql) [![cljdoc badge](https://cljdoc.org/badge/honeysql/honeysql?1.0.next)](https://cljdoc.org/d/honeysql/honeysql/CURRENT) - -## Leiningen Coordinates - -[![Clojars Project](http://clojars.org/honeysql/latest-version.svg)](http://clojars.org/honeysql) - ## Note on code samples All sample code in this README is automatically run as a unit test using -[midje-readme](https://github.com/boxed/midje-readme). +[seancorfield/readme](https://github.com/seancorfield/readme). Note that while some of these samples show pretty-printed SQL, this is just for README readability; honeysql does not generate pretty-printed SQL.