Skip to content

Commit

Permalink
fix readme formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
tasgon authored and Weasy666 committed Dec 27, 2022
1 parent 3b31bab commit f47317b
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 @@ -63,7 +63,7 @@ fn main() {
},
..Default::default()
}))
.add_plugin(bevy_svg::prelude::SvgPlugin)
.add_plugin(bevy_svg::prelude::SvgPlugin)
.add_startup_system(setup)
.run();
}
Expand Down

0 comments on commit f47317b

Please sign in to comment.