From 3bc82abc3dd468dabc933f0f9d0b443ed97554a6 Mon Sep 17 00:00:00 2001 From: Aaron Raimist Date: Thu, 20 Jun 2024 05:00:21 +0000 Subject: [PATCH] Change `settingDefaults` to `setting_defaults` `settingDefaults` is deprecated --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5b97116..75e2644 100644 --- a/README.md +++ b/README.md @@ -19,11 +19,11 @@ One example of an instance that has Labs enabled is https://develop.element.io h ### Self host Element or use Element Desktop: -If you are self hosting your own instance of Element or you are using the Desktop app, you can use these themes by editing your `config.json` file. Put the themes you want inside of the `settingDefaults` section like this: +If you are self hosting your own instance of Element or you are using the Desktop app, you can use these themes by editing your `config.json` file. Put the themes you want inside of the `setting_defaults` section like this: ```json { - "settingDefaults": { + "setting_defaults": { "custom_themes": [ { "name": "Example theme",