From c335d35b9faa8014e43b8bc0b500707932c6ccf3 Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Fri, 27 Feb 2026 20:16:04 +0000 Subject: [PATCH] fix config extends section --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c22169f..846ecd9 100644 --- a/README.md +++ b/README.md @@ -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') ```