summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Bangert <ben@groovie.org>2018-10-23 07:45:17 -0700
committerGitHub <noreply@github.com>2018-10-23 07:45:17 -0700
commitf9fd3f33b90376f203c1c250f790627730e49a24 (patch)
treecd703ec14bc813bda4b34f25004ecdc7f39b47cf
parent367a1df35b3b168580327e9f52a4cb9c000ea750 (diff)
parent5fb4074b9a65edf70eccc668da899470e4ccebd4 (diff)
downloadkazoo-f9fd3f33b90376f203c1c250f790627730e49a24.tar.gz
Merge pull request #532 from salbertson/patch-1
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.