summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMahendra M <mahendra.m@gmail.com>2013-06-28 13:09:02 +0530
committerMahendra M <mahendra.m@gmail.com>2013-06-28 13:09:02 +0530
commit7b2a08faed84296221164bcaca15af08dbb88581 (patch)
tree221a794a9b2c4094e053c96d86dd9e3bd32a488a
parent9a557ed0bcb5fa1374ac4314ceff5fa168ec2c71 (diff)
downloadkafka-python-7b2a08faed84296221164bcaca15af08dbb88581.tar.gz
Minor markup fix
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index d42f2fc..03b8d3c 100644
--- a/README.md
+++ b/README.md
@@ -57,7 +57,7 @@ producer.send("key2", "this methode")
producer = KeyedProducer(kafka, "my-topic", partitioner=RoundRobinPartitioner)
```
-# Multiprocess consumer
+## Multiprocess consumer
```python
# This will split the number of partitions among two processes
consumer = MultiProcessConsumer(kafka, "my-topic", "my-group", num_procs=2)