From 1137dd12350afdc30ad4976c3718279581390b36 Mon Sep 17 00:00:00 2001 From: Sean Corfield Date: Thu, 20 May 2021 12:03:21 -0700 Subject: [PATCH] Fix v1 build badges --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index deaeeb8..c4a8b42 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Honey SQL [![Clojure CI](https://github.com/seancorfield/honeysql/actions/workflows/test.yml/badge.svg)](https://github.com/seancorfield/honeysql/actions/workflows/test.yml) [![CircleCI](https://circleci.com/gh/seancorfield/honeysql/tree/develop.svg?style=svg)](https://circleci.com/gh/seancorfield/honeysql/tree/develop) +# Honey SQL [![Clojure CI](https://github.com/seancorfield/honeysql/actions/workflows/test.yml/badge.svg?branch=v1)](https://github.com/seancorfield/honeysql/actions/workflows/test.yml) [![CircleCI](https://circleci.com/gh/seancorfield/honeysql/tree/v1.svg?style=svg)](https://circleci.com/gh/seancorfield/honeysql/tree/v1) SQL as Clojure data structures. Build queries programmatically -- even at runtime -- without having to bash strings together.