From 658fbe5b3e5afea9071bdb0ab8b269876b9b0695 Mon Sep 17 00:00:00 2001 From: dave Date: Sun, 17 Sep 2017 15:22:56 -0700 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 061b948..ab47a52 100644 --- a/README.md +++ b/README.md @@ -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