Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
honhimW authored Dec 16, 2024
1 parent ddcbe97 commit 9db1b1c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
```

Expand Down

0 comments on commit 9db1b1c

Please sign in to comment.