summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 87995cb..5a9eb19 100644
--- a/README.md
+++ b/README.md
@@ -12,9 +12,9 @@ A minimal self-hostable streaming setup.
come together to provide a lightweight streaming setup. Following is
a quick overview of components.
-* `ffmpeg` - running an rtmp server, and converting video to `dash`
+* `ffmpeg` - running an rtmp server, and converting video to dash
output format
-* `nginx` - serves the `dash` directory
+* `nginx` - serves the dash directory
* `prosody` - An XMPP server to back the chat room
* `brook-web` - a simple static HTML front-end, supporting dash.js
video playback, and an XMPP web chat via converse.js