From bfec14ce4d8a288efe7f858a7ee3293a13c6d527 Mon Sep 17 00:00:00 2001 From: Jeremy Baxter Date: Fri, 22 Mar 2024 11:16:20 +1300 Subject: [PATCH] add CC example in readme --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 52bcf00..d8c3458 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,11 @@ the username with -u: mal -m 'hello!' -t joe@example.org -u you -P password123 \ you+malbot@example.org +CC john@example.org: + + mal -m 'hello!' -t joe@example.org -H 'Cc: ' -P password123 \ + you@example.org + Read a quick usage example: mal