From 6a71bd0ecf130b4663e2dfa2309bb2f21e3d6339 Mon Sep 17 00:00:00 2001 From: Wander_lust Date: Mon, 16 Mar 2026 00:42:51 +0530 Subject: [PATCH] Fix grammar in README for viewer description Correct grammar and clarify the viewer's execution method. --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index f101ce5..f35d4e3 100644 --- a/README.md +++ b/README.md @@ -21,9 +21,7 @@ keyboard input **Daemon (`keystroke`)** runs silently as a systemd user service. It reads raw keyboard events directly from `/dev/input/` using Linux's evdev interface — the same layer the kernel uses to handle input devices. Every keydown event increments that key's count in memory and flushes it to a local SQLite database. No key sequences are ever stored — only counts. -**Viewer (`keystroke-stats`)** is a separate binary you run manually. It reads the SQLite database, renders a live color-coded keyboard heatmap using FTXUI, and refreshes every 200ms. Press `q` to quit. - -The two binaries never talk to each other directly — SQLite is the only shared state between them. +**Viewer (`keystroke-stats`)** is a separate binary ran manually. It reads the SQLite database, renders a live color-coded keyboard heatmap using FTXUI, and refreshes every 200ms. ---