aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorHenauxg <19689618+Henauxg@users.noreply.github.com>2022-11-15 18:21:42 +0100
committerHenauxg <19689618+Henauxg@users.noreply.github.com>2022-11-15 18:21:42 +0100
commit014f791900e70240504ca36878c3bcbc15c41f56 (patch)
tree21f507924773a2971ed18b13f6032640084c6c1d /README.md
parent8282a9c66b399348571c5842232e414976b40e20 (diff)
[readme] Fix typo
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5b7a610..464847e 100644
--- a/README.md
+++ b/README.md
@@ -263,7 +263,7 @@ This demo is a modification of the classic [Bevy breakout](https://bevyengine.or
It hosts a local server from inside a client, instead of a dedicated headless server as in the chat demo. You can find a [server module](examples/breakout/server.rs), a [client module](examples/breakout/client.rs), a shared [protocol](examples/breakout/protocol.rs) and the [bevy app schedule](examples/breakout/breakout.rs).
-Start two clients with `cargo run --example breakout`, "Host" one one and "Join" on the other.
+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)