From 2fc341394d848db76c1f329a967d303e406c696c Mon Sep 17 00:00:00 2001 From: dcharbonnier Date: Mon, 25 Feb 2019 08:32:59 +0100 Subject: [PATCH] fix json syntax (#7285) --- docs/bucket/notifications/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/bucket/notifications/README.md b/docs/bucket/notifications/README.md index 7e1e1b9d5..8efe8db81 100644 --- a/docs/bucket/notifications/README.md +++ b/docs/bucket/notifications/README.md @@ -549,7 +549,7 @@ Minio server also supports [NATS Streaming mode](http://nats.io/documentation/st "password": "yoursecret", "token": "", "secure": false, - "pingInterval": 0 + "pingInterval": 0, "streaming": { "enable": true, "clusterID": "test-cluster",