Skip to content

Commit

Permalink
Update README.md (#296)
Browse files Browse the repository at this point in the history
  • Loading branch information
DasLixou authored Apr 15, 2024
1 parent 5067ab5 commit 0847bad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ The editor is a ready to use executable that can be used and altered at your own
fn main() {
App::default()
.add_plugins(DefaultPlugins)
.add_plugins(SpaceEditorPlugin::default())
.add_plugins(SpaceEditorPlugin)
.add_systems(Startup, simple_editor_setup)
.run();
}
Expand Down

0 comments on commit 0847bad

Please sign in to comment.