From 088fde634ba61b1e4bacd8412ae901b6be46c1e6 Mon Sep 17 00:00:00 2001 From: itsscb Date: Sat, 26 Jul 2025 22:14:42 +0200 Subject: [PATCH] docs: fix filename --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5629b46..b4e723a 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ Run the application from the terminal: ## Data Storage -Your personal log entries are saved in a JSON file named `lw.json` located in the platform-specific configuration directory: +Your personal log entries are saved in a JSON file named `config.json` located in the platform-specific configuration directory: - **Windows:** `%APPDATA%\lw\config.json` - **Unix/Linux/macOS:** `$HOME/.config/lw/config.json`