Make README self-containing

This commit is contained in:
Mahendra M
2013-06-26 13:56:22 +05:30
parent 0c0e163894
commit c6626fe87e

View File

@@ -26,7 +26,7 @@ development, APIs are subject to change.
```python
from kafka.client import KafkaClient
from kafka.consumer import SimpleConsumer
from kafka.producer import SimpleProducer
from kafka.producer import SimpleProducer, KeyedProducer
kafka = KafkaClient("localhost", 9092)