Skip to content

Commit 9517ea1

Browse files
committed
[Ntfy] Correct usage documentation
With the previous variant, it would use the "cloud" mode incorrectly, because the default code examples should outline the "private" mode instead.
1 parent 8bfb3fb commit 9517ea1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

HANDBOOK.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -608,7 +608,7 @@ baseuri = 'discord://4174216298/JHMHI8qBe7bk2ZwO5U711o3dV_js'
608608
; https://github.com/caronc/apprise/wiki/URLBasics
609609
; https://github.com/caronc/apprise/wiki/Notify_ntfy
610610
module = 'apprise_single'
611-
baseuri = 'ntfy://user:password/ntfy.example.org/topic1/topic2'
611+
baseuri = 'ntfy://user:password@ntfy.example.org/topic1/topic2'
612612
613613
[apprise-single-test]
614614
topic = apprise/single/#
@@ -645,7 +645,7 @@ module = 'apprise_multi'
645645
targets = {
646646
'demo-http' : [ { 'baseuri': 'json://localhost:1234/mqtthook' }, { 'baseuri': 'json://daq.example.org:5555/foobar' } ],
647647
'demo-discord' : [ { 'baseuri': 'discord://4174216298/JHMHI8qBe7bk2ZwO5U711o3dV_js' } ],
648-
'demo-ntfy' : [ { 'baseuri': 'ntfy://user:password/ntfy.example.org/topic1/topic2' } ],
648+
'demo-ntfy' : [ { 'baseuri': 'ntfy://user:password@ntfy.example.org/topic1/topic2' } ],
649649
'demo-mailto' : [ {
650650
'baseuri': 'mailtos://smtp_username:smtp_password@mail.example.org',
651651
'recipients': ['foo@example.org', 'bar@example.org'],

0 commit comments

Comments
 (0)