From 581e93968e0dba2d9ce223672fe292c83767b276 Mon Sep 17 00:00:00 2001 From: Sebastien Binet Date: Thu, 10 Nov 2016 10:55:50 +0100 Subject: [PATCH] fairmq/options: fix JSON example --- fairmq/options/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fairmq/options/README.md b/fairmq/options/README.md index 4b85b1a9..c719c0d6 100644 --- a/fairmq/options/README.md +++ b/fairmq/options/README.md @@ -57,8 +57,8 @@ When a channel has multiple sockets, sockets can share common parameters. In thi "method": "connect", "sockets": [ - { "address": "tcp://127.0.0.1:5555" } - { "address": "tcp://127.0.0.1:5556" } + { "address": "tcp://127.0.0.1:5555" }, + { "address": "tcp://127.0.0.1:5556" }, { "address": "tcp://127.0.0.1:5557" } ] }]