fixes config files desc in readme

This commit is contained in:
onyx-and-iris 2023-09-20 13:50:02 +01:00
parent 7825b58bb1
commit 2156cebeea

View File

@ -630,7 +630,7 @@ vm.vban.outstream[0].apply(on: true, name: "streamname", bit: 24)
`vm.apply_config(<configname>)` `vm.apply_config(<configname>)`
You may load config files in TOML format. You may load config files in YAML format.
Three example configs have been included with the package. Remember to save Three example configs have been included with the package. Remember to save
current settings before loading a config. To set one you may do: current settings before loading a config. To set one you may do:
@ -639,7 +639,7 @@ require "voicemeeter"
Voicemeeter::Remote.new(:banana).run { |vm| vm.apply_config(:example) } Voicemeeter::Remote.new(:banana).run { |vm| vm.apply_config(:example) }
``` ```
will load a config file at mydir/configs/banana/example.toml for Voicemeeter Banana. will load a config file at mydir/configs/banana/example.yml for Voicemeeter Banana.
## Events ## Events