update readme

This commit is contained in:
dave 2017-09-17 15:22:56 -07:00
parent 7b3adb6632
commit 658fbe5b3e
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ And this code would send a message on the orderbook channel:
```python
with closing(MsgbusSubClient(host, port)) as client:
for message in messages:
client.pub(channel, message)
client.pub("orderbook", "hello world")
```
Because pymsgbus is built on [ZeroMQ](http://zeromq.org/), you don't have to start the clients or servers in any