From 2456b91149e557ef705b6c131b06293c05a613a3 Mon Sep 17 00:00:00 2001 From: Aevyrie Date: Mon, 8 Aug 2022 14:56:22 -0700 Subject: [PATCH] update readme --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2bc9e62..2e12f2b 100644 --- a/README.md +++ b/README.md @@ -33,12 +33,12 @@ bevy_polyline = "0.3" ``` You add it as a plugin to your app: -```rust +```rs app.add_plugin(PolylinePlugin); ``` And then you can add some Polylines through PolylineBundle -```rust +```rs fn setup( mut commands: Commands, mut polyline_materials: ResMut>, @@ -82,6 +82,7 @@ We intend to track the `main` branch of Bevy. PRs supporting this are welcome! | bevy | bevy_polyline | | ---- | ------------- | +| 0.8 | 0.3 | | 0.7 | 0.2 | | 0.6 | 0.1 |