add CircleCI badge to readme
This commit is contained in:
parent
f2c363a13d
commit
ff1d4b7f12
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue