aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index e4e88b0..3ddd2e6 100644
--- a/README.md
+++ b/README.md
@@ -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();