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:
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
This repository is the Go port of the original Python implementation, which is preserved in the `python` branch.
|
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
|
## Features
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user