Fix README demo video rendering on GitHub

Update the README <video> source to use the GitHub raw media URL for docs/demo.mp4 so the demo renders inline instead of resolving to a blob page.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
GitHub Copilot
2026-02-15 17:07:50 +00:00
parent 4c7641e380
commit 5e375edf01
+1 -1
View File
@@ -6,7 +6,7 @@
This repository is the Go port of the original Python implementation, which is preserved in the `python` branch.
<video src="docs/demo.mp4" controls playsinline muted loop></video>
<video src="https://github.com/rcarmo/webterm/raw/refs/heads/main/docs/demo.mp4" controls playsinline muted loop></video>
## Features