From fbbf6389f6c09d6055b7ecc49b3456677f9ca553 Mon Sep 17 00:00:00 2001 From: Aaron Raimist Date: Thu, 7 Jul 2022 16:13:13 +0000 Subject: [PATCH] showLabsSettings -> show_labs_settings Both work but snake case is apparently preferred. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1783987..607e4b5 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ If you are self hosting your own instance of Element or you are using the Deskto } ] }, - "showLabsSettings": true + "show_labs_settings": true } ```