From 5af9dcb8346cd4d3fba967af97d379a5c6fbbb9a Mon Sep 17 00:00:00 2001 From: onyx-and-iris <75868496+onyx-and-iris@users.noreply.github.com> Date: Thu, 16 Jun 2022 19:24:22 +0100 Subject: [PATCH] Update README.md fix configname in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8abd939..105c617 100644 --- a/README.md +++ b/README.md @@ -261,7 +261,7 @@ with voicemeeterlib.api('banana') as vm: vm.apply_config('example') ``` -will load a config file at configs/banana/config.toml for Voicemeeter Banana. +will load a config file at configs/banana/example.toml for Voicemeeter Banana. ## `Base Module`