From 3dd6ed52ac81533ae57a05b27fa005cb23917bd5 Mon Sep 17 00:00:00 2001 From: onyx-and-iris <75868496+onyx-and-iris@users.noreply.github.com> Date: Wed, 20 Apr 2022 18:17:00 +0100 Subject: [PATCH] Update README.md markdown fix? --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 56abb76..fc04c8d 100644 --- a/README.md +++ b/README.md @@ -57,22 +57,38 @@ A *kind_id* specifies a major Voicemeeter version. This may be one of: This is how your files should be organised. Wherever your `__main__.py` file is located (after install this can be any location), `config` and `profiles` directories should be in the same location. Regarding profiles, a directory for each kind should hold the profile files and in each there can be any number of config files. Example, a config for streaming, a config for general listening/movie watching or any other type of config. + . ├── `__main__.py` + ├── configs +         ├── app.toml +         ├── vban.toml + ├── profiles +         ├── basic +                 ├── example.toml +                 ├── other_config.toml +                 ├── streaming_config.toml +         ├── banana +                 ├── example.toml +                 ├── other.toml +                 ├── ... +         ├── potato +                 ├── example.toml +                 ├── ... ## Config Files