aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Henaux <gill.henaux@gmail.com>2023-01-20 14:02:02 +0100
committerGitHub <noreply@github.com>2023-01-20 14:02:02 +0100
commitfab1d0040dda88d4a7ca56b9dd15253d7673b5fa (patch)
treedbbb2370f297300156a92c06e9cef1baea589fe8
parent6875447a5f9bff0e832d632324f25685cb069951 (diff)
[readme] Replace breakout example .gif
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index b47218c..5a594f4 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/199804335-17df365c-32aa-49b1-94f1-11b8c7162ae3.gif)
+![breakout_versus_demo_short](https://user-images.githubusercontent.com/19689618/213700921-85967bd7-9a47-44ac-9471-77a33938569f.mp4)
</details>
Examples can be found in the [examples](examples) directory.