Skip to content

Commit

Permalink
README updated
Browse files Browse the repository at this point in the history
  • Loading branch information
geertw committed Oct 9, 2016
1 parent eea6fce commit 5682e03
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Features:

### Examples

Broadcast a set of messages:
Broadcast a set of messages (one message per line):

```
./zmq-message-feeder.py messages.txt
Expand All @@ -29,7 +29,7 @@ Broadcast a set of messages:
Use multiple gzip'ed files as input:

```
./zmq-message-feeder.py messages01.gz messages02.gz messages03.gz
./zmq-message-feeder.py -m messages01.gz messages02.gz messages03.gz
```

Send messages as gzip:
Expand Down Expand Up @@ -60,4 +60,4 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
along with this program. If not, see <http://www.gnu.org/licenses/>.

0 comments on commit 5682e03

Please sign in to comment.