diff --git a/README.md b/README.md index 7bfe061..651e1e0 100644 --- a/README.md +++ b/README.md @@ -355,8 +355,8 @@ vm.vban.outstream[0].apply(on: true, name: 'streamname', bit: 24) `vm.apply_config()` You may load config files in TOML format. -Three example profiles have been included with the package. Remember to save -current settings before loading a profile. To set one you may do: +Three example configs have been included with the package. Remember to save +current settings before loading a user config. To set one you may do: ```python import voicemeeterlib @@ -364,7 +364,7 @@ with voicemeeterlib.api('banana') as vm: vm.apply_config('example') ``` -will load a config file at configs/banana/example.toml for Voicemeeter Banana. +will load a user config file at configs/banana/example.toml for Voicemeeter Banana. ## `Base Module`