diff --git a/examples/streamviewer.conf b/examples/streamviewer.conf
index 790a5f4e364ac95caf88f8cfc557d642eb76324c..cc50f7f3d896613643baab191400265abeb65f12 100644
--- a/examples/streamviewer.conf
+++ b/examples/streamviewer.conf
@@ -2,7 +2,7 @@ server {
     listen 80;
     listen [::]:80;
 
-    add_header      Cache-Control   no-cache;
+    add_header Cache-Control   no-cache;
     add_header Strict-Transport-Security "max-age=31536000; includeSubdomains; preload;";
     add_header x-frame-options SAMEORIGIN;
     add_header X-Content-Type-Options nosniff;
diff --git a/static/description.md b/static/description.md
index 17c4e41c3d045dafea2f65c020065596c45fdba7..61860fce055482f9466c84ee4276775831314f33 100644
--- a/static/description.md
+++ b/static/description.md
@@ -94,5 +94,5 @@ ffplay -fflags nobuffer rtmp://[[[HOSTNAME]]]:[[[RTMP-PORT]]]/[[[RTMP-APP-NAME]]
 #### [3] Sink: omxplayer
 [omxplayer](https://www.raspberrypi.org/documentation/raspbian/applications/omxplayer.md) is preinstalled on every Raspberry Pi (if you use Raspbian). To output a stream to the HDMI Output of a Raspi use:
 ```
-omxplayer -o hdmi rtmp://[[[HOSTNAME]]].address:[[[RTMP-PORT]]]/[[[RTMP-APP-NAME]]]/test;
+omxplayer -o hdmi rtmp://[[[HOSTNAME]]]:[[[RTMP-PORT]]]/[[[RTMP-APP-NAME]]]/test
 ```
\ No newline at end of file