diff --git a/README.md b/README.md index 82550a5..73a3d72 100644 --- a/README.md +++ b/README.md @@ -3,16 +3,18 @@ ### Supported themes: -Set theme in UI section of appsettings.json +Set theme in UI section of appsettings.json: ``` "UI": { "Theme": "default", ``` - of via enviroment vars: - -You cah check live demos at official https://bootswatch.com/ site. + of via enviroment-file vars or compose-file: +``` + - UI_Theme: default +``` +Themes: * `cerulean` * `cosmo` * `cyborg` @@ -35,3 +37,5 @@ You cah check live demos at official https://bootswatch.com/ site. * `superhero` * `united` * `yeti` + +You cah check live demos at official https://bootswatch.com/ site.