Merge pull request #143 from Schmarni-Dev/fix-readme

fix readme example commands
This commit is contained in:
Schmarni
2024-07-16 17:14:27 +02:00
committed by GitHub

View File

@@ -2,7 +2,7 @@
A crate for adding openxr (and in the future webxr) support to Bevy.
To see it in action run the example in `crates/bevy_openxr/examples` with `cargo run -p bevy_openxr --example 3d_scene`
To see it in action run the example in `crates/bevy_openxr/examples` with `cargo run -p bevy_mod_openxr --example 3d_scene`
## Discord
@@ -16,7 +16,7 @@ https://discord.gg/sqMw7UJhNc
- Make sure, if you're on Linux, that you have the `openxr` package installed on your system.
- I'm getting poor performance.
- Like other bevy projects, make sure you're building in release (example: `cargo run -p bevy_openxr --example 3d_scene --release`)
- Like other bevy projects, make sure you're building in release (example: `cargo run -p bevy_mod_openxr --example 3d_scene --release`)
## License