]> git.parisson.com Git - deefuzzer.git/commitdiff
Fixed documented example with renamed feeds tag
authorachbed <github@achbed.org>
Wed, 19 Nov 2014 21:59:38 +0000 (15:59 -0600)
committerachbed <github@achbed.org>
Wed, 19 Nov 2014 21:59:38 +0000 (15:59 -0600)
Signed-off-by: achbed <github@achbed.org>
example/deefuzzer_doc.xml

index 92ce38da144e66104a597d5969337508b2270cde..9914317bf07b22db4550d5b9be70a591aaba97d3 100644 (file)
@@ -68,7 +68,7 @@
             <!-- The URL of the station to relay -->
             <url>http://127.0.0.1:8000/telecaster_live.mp3</url>
         </relay>
-        <rss>
+        <feeds>
             <!-- If '1', the feeds will output, '0' will do nothing.  Default: '1' -->
             <mode>1</mode>
             <!-- If '1', the feeds will output in RSS format, '0' will not.  Default: '1' -->
@@ -88,7 +88,7 @@
             <!-- the base URL of all media items.
                  Default is station url /media -->
             <media_url>http://localhost/media/</media_url>
-        </rss>
+        </feeds>
         <server>
             <!-- The host to send the stream (domain or IP) -->
             <host>127.0.0.1</host>