add CircleCI badge to readme

This commit is contained in:
Luke VanderHart 2018-11-02 12:57:16 -04:00
parent f2c363a13d
commit ff1d4b7f12
1 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,9 @@
# Valuehash # 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 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 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 two objects are `clojure.core/=`, they will have the same hash value. To my