aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Henaux <gill.henaux@gmail.com>2023-01-20 14:04:56 +0100
committerGitHub <noreply@github.com>2023-01-20 14:04:56 +0100
commitf6bc8ab09a0ea269c74200c8242e0019272175ac (patch)
tree70c10a29662fa3c30c3a602664c021a30cccae8f
parentfab1d0040dda88d4a7ca56b9dd15253d7673b5fa (diff)
[readme] Fix example video link
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5a594f4..5300b0c 100644
--- a/README.md
+++ b/README.md
@@ -304,7 +304,7 @@ It also makes uses of [`Channels`](#channels). The server broadcasts the paddle
Start two clients with `cargo run --example breakout`, "Host" on one and "Join" on the other.
-![breakout_versus_demo_short](https://user-images.githubusercontent.com/19689618/213700921-85967bd7-9a47-44ac-9471-77a33938569f.mp4)
+[breakout_versus_demo_short.mp4](https://user-images.githubusercontent.com/19689618/213700921-85967bd7-9a47-44ac-9471-77a33938569f.mp4)
</details>
Examples can be found in the [examples](examples) directory.