diff --git a/Notify_macosx.md b/Notify_macosx.md index c11c8b4..b0a5e50 100644 --- a/Notify_macosx.md +++ b/Notify_macosx.md @@ -32,5 +32,10 @@ We can send a notification to ourselves like so: ```bash # Send ourselves a MacOS desktop notification apprise -vv -t "Test Message Title" -b "Test Message Body" \ - macosx:// + "macosx://" + +# Send ourselves a MacOS desktop notification with the default sound +apprise -vv -t "Test Message Title" -b "Test Message Body" \ + "macosx://_/?sound=default" + ``` \ No newline at end of file