fix config extends section

This commit is contained in:
onyx-and-iris 2026-02-27 20:16:04 +00:00
parent 911d2f64a6
commit c335d35b9f

View File

@ -421,8 +421,8 @@ You just need to define a key `extends` in the config TOML, that names the confi
Three example 'extender' configs are included with the repo. You may load them with:
```python
import voicemeeterlib
with voicemeeterlib.api('banana') as vm:
import vban_cmd
with vban_cmd.api('banana') as vm:
vm.apply_config('extender')
```