diff options
author | Gilles Henaux <gill.henaux@gmail.com> | 2023-01-20 14:02:02 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-20 14:02:02 +0100 |
commit | fab1d0040dda88d4a7ca56b9dd15253d7673b5fa (patch) | |
tree | dbbb2370f297300156a92c06e9cef1baea589fe8 | |
parent | 6875447a5f9bff0e832d632324f25685cb069951 (diff) |
[readme] Replace breakout example .gif
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. - + </details> Examples can be found in the [examples](examples) directory. |