diff --git a/README.md b/README.md index 25944a3a..6fc40683 100644 --- a/README.md +++ b/README.md @@ -190,6 +190,8 @@ Simple chat application made with egui to demonstrate how you could handle error Checkout [bevy_renet](https://github.com/lucaspoffo/renet/tree/master/bevy_renet) if you want to use renet as a plugin with the [Bevy engine](https://bevyengine.org/). +Checkout [renet_steam](https://github.com/lucaspoffo/renet/tree/master/renet_steam) if you want to use the steam transport layer instead of the default one. + ## Visualizer Checkout [renet_visualizer](https://github.com/lucaspoffo/renet/tree/master/renet_visualizer) for a egui plugin to plot metrics data from renet clients and servers: diff --git a/renet_steam/README.md b/renet_steam/README.md index 26a146e0..2b30db8b 100644 --- a/renet_steam/README.md +++ b/renet_steam/README.md @@ -91,7 +91,7 @@ loop { ## Example -You can try the steam echo example with: +You can try the steam echo example with (steam needs to be running in the background): - server: `cargo run --example echo server` - client: `cargo run --example echo client [HOST_STEAM_ID]`