upd readme

This commit is contained in:
onyx-and-iris 2022-06-27 15:03:30 +01:00
parent bf2a829d88
commit 9cd64b6db1

View File

@ -355,8 +355,8 @@ vm.vban.outstream[0].apply(on: true, name: 'streamname', bit: 24)
`vm.apply_config(<configname>)`
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`