From 7c3cfbcfc3e0266dd5e99183ce4ad13d7d9f547f Mon Sep 17 00:00:00 2001 From: Jim Lim Date: Wed, 2 Oct 2013 11:55:09 -0700 Subject: [PATCH] update README.md to link to travis-ci's build page --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 01a241c..d688ea8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Kafka Python client -![travis](https://travis-ci.org/mumrah/kafka-python.png) +[![Build Status](https://travis-ci.org/mumrah/kafka-python.png)](https://travis-ci.org/mumrah/kafka-python) This module provides low-level protocol support for Apache Kafka as well as high-level consumer and producer classes. Request batching is supported by the