From 796035ac593c72b188f8a635c0ea4dddea5d5978 Mon Sep 17 00:00:00 2001 From: mattbk Date: Tue, 21 Oct 2025 21:13:48 -0500 Subject: [PATCH] Fix command. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8e279b8..27d70f6 100644 --- a/README.md +++ b/README.md @@ -112,7 +112,7 @@ mwtchahrd -i 127.0.0.1 -p 8000 -u Sends only UI frames and mode is hardcoded as `PKT`. Spot from callsign `W1CDN` and report fixed frequency 14.105 MHz: ```bash -cargo run -- --ip 192.168.0.6 --port 8000 --spotter W1CDN --spothole --freq 14105000 +mwtchahrd --ip 192.168.0.6 --port 8000 --spotter W1CDN --spothole --freq 14105000 ``` ## Code Overview