docs: edit

This commit is contained in:
Jay V
2025-08-05 12:55:57 -04:00
parent 5e825a4b6a
commit 6ed774ef62

View File

@@ -82,7 +82,7 @@ export const NotificationPlugin = async ({ client, $ }) => {
}
```
Here `osascript` is a command that runs on macOS and sends notifications.
We are using `osascript` to run AppleScript on macOS. Here we are using it to sends notifications.
---