Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
mockersf committed Nov 4, 2023
1 parent c3c4220 commit fab1ed1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -20,7 +20,7 @@ use bevy_easings::EasingsPlugin;

fn main() {
App::new()
.add_plugin(EasingsPlugin);
.add_plugins(EasingsPlugin);
}
```

Expand Down

0 comments on commit fab1ed1

Please sign in to comment.