summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Arthur <mumrah@gmail.com>2013-05-07 21:53:45 -0300
committerDavid Arthur <mumrah@gmail.com>2013-05-07 21:53:45 -0300
commit6327ba38bcc799b948a8f723ea2e6f078f8e90a8 (patch)
tree8c3aea213b88e660f32bcffbc2fe8b68857aeb58
parenteff8d2b861cdaaf1a3c0c56433dae3118b2d5af0 (diff)
downloadkafka-python-6327ba38bcc799b948a8f723ea2e6f078f8e90a8.tar.gz
Update README.md
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index a1b88b4..1571bde 100644
--- a/README.md
+++ b/README.md
@@ -131,5 +131,9 @@ Next start up a ZooKeeper server on localhost:2181
/opt/zookeeper/bin/zkServer.sh start
```
-This will actually start up real Kafka brokers and send messages in using the
+And finally run the tests. This will actually start up real Kafka brokers and send messages in using the
client.
+
+```shell
+python -m test.integration
+```