From 7862110facb0606dd882494beaf4416102a8f50a Mon Sep 17 00:00:00 2001 From: xuzheliang135 <37364772+xuzheliang135@users.noreply.github.com> Date: Tue, 14 Dec 2021 08:50:53 +0800 Subject: [PATCH] update README.md file in folder bin (#493) Co-authored-by: xuzheliang135 --- bin/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/README.md b/bin/README.md index 57787b4b..de170e08 100644 --- a/bin/README.md +++ b/bin/README.md @@ -13,7 +13,7 @@ The tools are as follows: ```bash # simply make your code changes to apprise and test it out: - ./bin/apprise -t title -m message \ + ./bin/apprise -t title -b body \ mailto://user:pass@example.com ```