From f3dcc6415bc4f1c2b658557ea6764b7bcafd24e7 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:28 +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 d573d15..7ab0878 100644 --- a/README.md +++ b/README.md @@ -185,7 +185,7 @@ with vban_cmd.api('banana') as vban: vban.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`