From cb2175ea628da1274206c3a78ddd7d751ae2913d Mon Sep 17 00:00:00 2001
From: ale <ale@incal.net>
Date: Sat, 5 Dec 2015 11:41:04 +0000
Subject: [PATCH] remove usage of 'stream' prefix in documentation

---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index fc8d0d03..5b4e6b66 100644
--- a/README.md
+++ b/README.md
@@ -154,17 +154,17 @@ assuming you are running autoradio on the `example.com` domain:
 2. Configure the source, using the username/password provided in the
    previous step, and point it at the following URL:
 
-        http://stream.example.com/path/to/mount.ogg
+        http://example.com/path/to/mount.ogg
 
 3. Tell your users to listen to the stream at:
 
-        http://stream.example.com/path/to/mount.ogg.m3u
+        http://example.com/path/to/mount.ogg.m3u
 
 Note: some sources are unable to handle HTTP redirects: in that case,
 you might want to enable proxying on autoradio, and tell the client to
 use the direct-path URL:
 
-    http://stream.example.com/_stream/path/to/mount.ogg
+    http://example.com/_stream/path/to/mount.ogg
 
 
 ## DNS zone delegation
-- 
GitLab