diff options
author | Henauxg <19689618+Henauxg@users.noreply.github.com> | 2022-11-15 18:21:42 +0100 |
---|---|---|
committer | Henauxg <19689618+Henauxg@users.noreply.github.com> | 2022-11-15 18:21:42 +0100 |
commit | 014f791900e70240504ca36878c3bcbc15c41f56 (patch) | |
tree | 21f507924773a2971ed18b13f6032640084c6c1d /README.md | |
parent | 8282a9c66b399348571c5842232e414976b40e20 (diff) |
[readme] Fix typo
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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.  |