Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
sburris0 committed Jan 3, 2021
1 parent ec1bfe6 commit 937c7ef
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand All @@ -46,4 +51,4 @@ fn main() {
```

## Contributing
PRs are very welcome
PRs are very welcome.

0 comments on commit 937c7ef

Please # to comment.