doc/mod/notification-ntfy: end all commands with a semicolon

This commit is contained in:
Christian Hesse 2023-11-08 17:30:35 +01:00
parent 2acc0aba7e
commit 255fc531ad

View file

@ -49,12 +49,12 @@ will now send it to your Ntfy topic.
But of course you can use the function to send notifications directly. Give
it a try:
$SendNtfy "Subject..." "Body..."
$SendNtfy "Subject..." "Body...";
Alternatively this sends a notification with all available and configured
methods:
$SendNotification "Subject..." "Body..."
$SendNotification "Subject..." "Body...";
To use the functions in your own scripts you have to declare them first.
Place this before you call them: