From bca1ac6ba69a6f244cc7c00d9c4d1eae195d81a7 Mon Sep 17 00:00:00 2001 From: Oli Wright <1392563+falo2k@users.noreply.github.com> Date: Fri, 17 Dec 2021 17:37:27 +0000 Subject: [PATCH] Fix configuration filename (#373) A rogue underscore (old formatting?) had been appended to the end of the config filename. Removed. --- docs/Configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Configuration.md b/docs/Configuration.md index 92a7fde2..9799a0bb 100644 --- a/docs/Configuration.md +++ b/docs/Configuration.md @@ -1,6 +1,6 @@ # Configuration -Create a blank file in `~/klipper_config/KlipperScreen.conf_`, if the file already exist then just edit it. +Create a blank file in `~/klipper_config/KlipperScreen.conf`, if the file already exist then just edit it. Write in the file only the options that need to be changed.