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.