Added readme.md

This commit is contained in:
2026-03-16 00:39:07 +05:30
parent 2a37a1374d
commit 1f98ddcea4
3 changed files with 104 additions and 1 deletions
+1 -1
View File
@@ -181,7 +181,7 @@ Element renderStats(const std::vector<KeyStat>& stats, const std::vector<KeyStat
});
return vbox({
text(" Keystroke Counter ") | bold | color(Color::Green) | hcenter,
text(" Keystats ") | bold | color(Color::Green) | hcenter,
separator(),
vbox(rows) | hcenter,
legend | hcenter,