From 4be2d9c6dbf68a69f83a08036830ed63bc3d9b46 Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Thu, 3 Oct 2019 15:58:16 -0400 Subject: [PATCH] Updated Troubleshooting (markdown) --- Troubleshooting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Troubleshooting.md b/Troubleshooting.md index b8ce217..ca5fc33 100644 --- a/Troubleshooting.md +++ b/Troubleshooting.md @@ -3,7 +3,7 @@ The best thing you can do when troubleshooting problems with your notification i ```bash # In the below example, I am trying to figure out why my mailto:// line # isn't working: -python apprise -vvv -t "test title" -b "test body" \ +apprise -vvv -t "test title" -b "test body" \ mailto://user:password@gmail.com ``` The output can help you pinpoint what is wrong with your URL.