git.strcat.st

/strcat/wm.git/ - summarytreelogarchivereleases

subject
fix typo in README
commit
eab783295b2238e0af96fa39ff89df7c0f4b0062
date
2026-04-28T18:26:39Z
message
diff
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index ed7c418..1203a10 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@ window manager - rock bottom of the x11 desktop minimalist pipeline
 window manager consists of the two programs, "wm" and "wmc", wm being the actual window manager
 and wmc being a small command client used to send control actions to wm via the shell.  usually 
 paired with a [hot-key daemon](https://git.larp.moe/dd/hkd). to see implemented wmc options run
-"wm" with no arguments.
+"wmc" with no arguments.
 
 Build:
 - `make`