Skip to content

Commit

Permalink
Update example in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Shatur committed Jul 21, 2023
1 parent bdb4bea commit 3885ed6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,8 @@ use bevy_atmosphere::prelude::*;

fn main() {
App::new()
.add_plugins(DefaultPlugins)
.add_plugin(AtmospherePlugin)
.add_startup_system(setup)
.add_plugins((DefaultPlugins, AtmospherePlugin))
.add_system(Startup, setup)
.run();
}

Expand Down

0 comments on commit 3885ed6

Please sign in to comment.