diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -38,8 +38,8 @@ fn main() { App::new() .add_plugins(( DefaultPlugins, - RustysynthPlugin { - soundfont: // Bring your own soundfont + RustySynthPlugin { + soundfont: // Bring your own soundfont or enable the "hl4mgm" feature to use a terrible 4MB default } )) .run(); |