Skip to content

Commit

Permalink
Fix plugin addition to new bevy format
Browse files Browse the repository at this point in the history
  • Loading branch information
blaind committed Nov 19, 2023
1 parent d9f82ed commit 4962592
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@ use bevy_text_mesh::prelude::*;
Second, add a `TextMeshPlugin` to your app:

```rust
App::build()
App::new()
...
.add_plugin(TextMeshPlugin)
.add_plugins(TextMeshPlugin)
...;
```

Expand Down

0 comments on commit 4962592

Please sign in to comment.