From 937c7efd6162c29264d869e256078f7fc1405be9 Mon Sep 17 00:00:00 2001 From: Spencer Burris Date: Sat, 2 Jan 2021 19:25:59 -0800 Subject: [PATCH] Update README --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2c21470..fa7bf72 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,12 @@ bevy = "0.4" bevy_flycam = { git = "https://github.com/sburris0/bevy_flycam" } ``` -2. include the `PlayerPlugin`: +2. Include the `PlayerPlugin` +```rust +use bevy_flycam::PlayerPlugin; +``` + +3. Add the `PlayerPlugin`: ```rust #[bevy_main] fn main() { @@ -46,4 +51,4 @@ fn main() { ``` ## Contributing -PRs are very welcome +PRs are very welcome.