summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Albertson <ascottalbertson@gmail.com>2018-10-18 13:46:03 -0700
committerGitHub <noreply@github.com>2018-10-18 13:46:03 -0700
commit5fb4074b9a65edf70eccc668da899470e4ccebd4 (patch)
treecd703ec14bc813bda4b34f25004ecdc7f39b47cf
parent367a1df35b3b168580327e9f52a4cb9c000ea750 (diff)
downloadkazoo-5fb4074b9a65edf70eccc668da899470e4ccebd4.tar.gz
Add "Reviewed by Hound" badge
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3a5f84e..db368a3 100644
--- a/README.md
+++ b/README.md
@@ -2,8 +2,8 @@ Kazoo
=====
[![Build Status](https://travis-ci.org/python-zk/kazoo.svg?branch=master)](https://travis-ci.org/python-zk/kazoo)
-
[![Latest Version](https://img.shields.io/pypi/v/kazoo.svg)](https://pypi.org/project/kazoo/)
+[![Reviewed by Hound](https://img.shields.io/badge/Reviewed_by-Hound-8E64B0.svg)](https://houndci.com)
`kazoo` implements a higher level API to [Apache
Zookeeper](http://zookeeper.apache.org/) for Python clients.