summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorjwerle <joseph.werle@gmail.com>2022-04-14 14:02:41 -0400
committerjwerle <joseph.werle@gmail.com>2022-04-14 14:02:41 -0400
commit67d25c13e3d82579180d893b1835d43fc222fa45 (patch)
tree190a30c71fde90921d7398e3f3239eee6f5a9a09 /README.md
parent0166010d5119ac69a909ce38ec3f4b2d16cf251c (diff)
doc(README.md): update docs
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index cfdd559..5ff7e30 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,9 @@
murmurhash
-===========
+==========
-MurmurHash3 general hash bashed lookup function implementation
+![tests](https://github.com/jwerle/murmurhash.c/actions/workflows/tests.yml/badge.svg)
+
+> MurmurHash3 general hash bashed lookup function implementation
## about