From 9db1b1c31fca838f7e7566221df795261b29c08e Mon Sep 17 00:00:00 2001 From: honhimW Date: Mon, 16 Dec 2024 08:40:05 +0800 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e911da6..1e7a2f5 100644 --- a/README.md +++ b/README.md @@ -42,8 +42,10 @@ User's data will be stored in `~/.config/ratisui/`: ```ron // ~/.config/ratisui/config.ron ( - fps: Some(45), // tui render fps limitation - scan_size = scan_size: Some(2000), // redis key scan size + fps: 45, // tui render fps limitation + scan_size: scan_size: 500, // redis key scan size, + try_format: false, // fotmat raw data + theme: Some("my-dark") // ~/.config/ratisui/theme/my-dark.ron ) ```