From ff1d4b7f1260daf41c786a61cb45d02871b7baf9 Mon Sep 17 00:00:00 2001 From: Luke VanderHart Date: Fri, 2 Nov 2018 12:57:16 -0400 Subject: [PATCH] add CircleCI badge to readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index ac64fbc..11ab9d5 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # Valuehash + +[![CircleCI](https://circleci.com/gh/arachne-framework/valuehash.svg?style=svg)](https://circleci.com/gh/arachne-framework/valuehash) + + A Clojure library that provides a way to provide higher-bit hashes of arbitrary Clojure data structures, which respect Clojure's value semantics. That is, if two objects are `clojure.core/=`, they will have the same hash value. To my