From b02fd7576bbb985b76b605f8a2fbcb2f7140dd57 Mon Sep 17 00:00:00 2001 From: Gabe Kopley Date: Thu, 2 Jun 2016 12:45:56 -0700 Subject: [PATCH] Fix example JSON in README --- README.rst | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/README.rst b/README.rst index f563749..a7a1a17 100644 --- a/README.rst +++ b/README.rst @@ -18,14 +18,16 @@ The JSON must be something like: :: { - "streams": [ - "nasa": { - "input-path": "/msfc/Edge.m3u8", - servers: [ - "http://liveips.nasa.gov.edgesuite.net" + "streams":[ + { + "nasa":{ + "input-path":"/playlists/x36xhzz/x36xhzz.m3u8", + "servers":[ + "http://www.streambox.fr" ] - } - ] + } + } + ] }