From 83249d29573fc3e59f6e44f0c7fc81f92ae1d9ba Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Tue, 25 Nov 2025 12:31:27 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d115eb9ce..4c0998e70 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Install from npm (global): `npm install -g warelay` (Node 22+). Then choose **on ## Command Cheat Sheet | Command | What it does | Core flags | | --- | --- | --- | -| `warelay send` | Send a WhatsApp message (Twilio or Web) | `--to ` `--message ` `--wait ` `--poll ` `--provider twilio|web` `--json` `--dry-run` | +| `warelay send` | Send a WhatsApp message (Twilio or Web) | `--to ` `--message ` `--wait ` `--poll ` `--provider twilio\|web` `--json` `--dry-run` | | `warelay relay` | Auto-reply loop (poll Twilio or listen on Web) | `--provider ` `--interval ` `--lookback ` `--verbose` | | `warelay status` | Show recent sent/received messages | `--limit ` `--lookback ` `--json` | | `warelay webhook` | Run local inbound webhook server | `--port ` `--path ` `--reply ` `--verbose` `--yes` `--dry-run` |