From 0847badb25f2043b47c2f00dca75ff8881c58d9f Mon Sep 17 00:00:00 2001 From: Lixou <82600264+DasLixou@users.noreply.github.com> Date: Mon, 15 Apr 2024 08:04:18 +0200 Subject: [PATCH] Update README.md (#296) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9992dfae..2e366d8a 100644 --- a/README.md +++ b/README.md @@ -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(); }