diff options
author | David Arthur <mumrah@gmail.com> | 2014-08-21 17:02:07 -0400 |
---|---|---|
committer | David Arthur <mumrah@gmail.com> | 2014-08-21 17:02:07 -0400 |
commit | 69b55c9806a46b99788f653ddb83e595c2ad227c (patch) | |
tree | cac47cda8fce43505aed1d9e58c2d54e8c63d28c | |
parent | 25fd3390ac5f096abb39f3e7a01a8ab640ce40fd (diff) | |
download | kafka-python-69b55c9806a46b99788f653ddb83e595c2ad227c.tar.gz |
Change TravisCI badge to reflect master branch
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ # Kafka Python client -[](https://travis-ci.org/mumrah/kafka-python) +[](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 |