Skip to content

Commit

Permalink
DemoBevy: fix typo in README (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
snaulX authored Oct 4, 2023
1 parent 22d02ea commit cb80542
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo_bevy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Running using the netcode transport:
- server: `cargo run --bin server --features transport`
- client: `cargo run --bin client --features transport`

Running using the netcode transport:
Running using the steam transport:

- server: `cargo run --bin server --features steam`
- client: `cargo run --bin client --features steam -- [HOST_STEAM_ID]`
Expand Down

0 comments on commit cb80542

Please sign in to comment.