From cb5859c61ab6362186724ac6243667b192e40f1a Mon Sep 17 00:00:00 2001 From: onyx-and-iris <75868496+onyx-and-iris@users.noreply.github.com> Date: Sat, 16 Jul 2022 22:20:10 +0100 Subject: [PATCH] fix key name for configs in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9e7e283..d9a1dc8 100644 --- a/README.md +++ b/README.md @@ -104,8 +104,8 @@ Inside each kind directory you may place as many custom toml configurations as y Configure certain startup states for the app. -- `profiles` - Configure a profile to load on app startup. Don't include the .toml extension in the profile name. +- `configs` + Configure a user config to load on app startup. Don't include the .toml extension in the config name. - `theme` By default the app loads up the [Sun Valley light or dark theme](https://github.com/rdbende/Sun-Valley-ttk-theme) by @rdbende. You have the option to load up the app without any theme loaded. Simply set `enabled` to false and `mode` will take no effect.