From fbcfdcef4b1a4e8459e03484fc7cfcf341821f12 Mon Sep 17 00:00:00 2001 From: Soumalya Das Date: Tue, 18 Aug 2026 20:48:45 +0530 Subject: [PATCH] docs: fix keybindings table column mismatch in README The separator row had five columns while the header has four, breaking GitHub's table rendering with a stray empty column. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ee9fc75..ea8929c 100644 --- a/README.md +++ b/README.md @@ -132,7 +132,7 @@ flow --help ### Keybindings | Key | Action | Key | Action | -|---|---|---|---|---| +|---|---|---|---| | `q` / `^C` | Quit | `c` | Cycle display units | | `m` | Cycle display modes | `b` | Toggle bits/bytes | | `d` | Cycle display filter | `+` / `-` | Adjust refresh interval |