From 05c6e56a4ffe39211199bcb65b4873f8b9d6d9bd Mon Sep 17 00:00:00 2001 From: Ryan Turner Date: Mon, 9 Dec 2024 20:00:56 -0600 Subject: [PATCH] Fix typo on README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d83c384..0e75334 100644 --- a/README.md +++ b/README.md @@ -352,7 +352,7 @@ There is no direct support for MQTT in the code, however, reports from Discord a | `bbspost` | Posts a message to the public board or sends a DM(Mail) Examples: `bbspost $subject #message`, `bbspost @nodeNumber #message`, `bbspost @nodeShortName #message` | ✅ | | `bbsdelete` | Deletes a message. Example: `bbsdelete #4` | ✅ | | `bbsinfo` | Provides stats on BBS delivery and messages (sysop) | ✅ | -| `bbllink` | Links Bulletin Messages between BBS Systems | ✅ | +| `bbslink` | Links Bulletin Messages between BBS Systems | ✅ | | `email:` | Sends email to address on file for the node or `email: bob@test.net # hello from mesh` | | | `sms:` | Send sms-email to multiple address on file | | | `setemail:`| Sets the email for node communciations | |