From e6ca5c7d15256e1bd7226bf535b9d468031941bc Mon Sep 17 00:00:00 2001 From: Sean Corfield Date: Tue, 16 Jun 2020 11:32:23 -0700 Subject: [PATCH] Adjust CircleCI links --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e3757d8..c4ed4db 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Honey SQL [![CircleCI](https://circleci.com/gh/seancorfield/honeysql/tree/master.svg?style=svg)](https://circleci.com/gh/seancorfield/honeysql/tree/master) +# Honey SQL [![CircleCI](https://circleci.com/gh/seancorfield/honeysql/tree/develop.svg?style=svg)](https://circleci.com/gh/seancorfield/honeysql/tree/develop) SQL as Clojure data structures. Build queries programmatically -- even at runtime -- without having to bash strings together.