summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Lim <jim@jimjh.com>2013-10-02 11:55:09 -0700
committerJim Lim <jim@jimjh.com>2013-10-02 11:55:09 -0700
commit7c3cfbcfc3e0266dd5e99183ce4ad13d7d9f547f (patch)
tree71d872c01205beb2033918d003f508f48eeab927
parenta55f59d50e9f3e41d07bcef7df644acbec1565bd (diff)
downloadkafka-python-7c3cfbcfc3e0266dd5e99183ce4ad13d7d9f547f.tar.gz
update README.md to link to travis-ci's build page
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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