From 0f02f8b33641398217d794d3b18fc2eb0ef4ed25 Mon Sep 17 00:00:00 2001 From: weru <onewesh@gmail.com> Date: Wed, 21 Oct 2020 19:45:40 +0000 Subject: [PATCH] clean up & refactor --- README.md | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/README.md b/README.md index d6c41f0..4d33ca5 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ ### How do I disable dark mode? -Under `params` add `darkMode = false` to your `config.toml` file. If your site is based on the exampleSite, the value is already included; you only need to uncomment it. +Under `params` add `enableDarkMode = false` to your `config.toml` file. If your site is based on the exampleSite, the value is already included; you only need to uncomment it. > The user will still have the option to activate dark mode, if they so wish -- Gitblit v1.10.0