From 0e10143b5caa92a8e48128e40803ef12b0e3cef6 Mon Sep 17 00:00:00 2001 From: Brian McGonagill Date: Thu, 12 Mar 2026 16:55:53 -0500 Subject: [PATCH] One last styling change on README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 662267e..9310836 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,8 @@ Step 2. Run — replace `/your/video/path` with the real path on your host A. Using `docker run`: -```docker run -d \ +``` +docker run -d \ --name videopress \ --restart unless-stopped \ -p 8080:8080 \