Skip to content

Commit 59e9fbe

Browse files
committed
docs: update
1 parent ec50c7b commit 59e9fbe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,9 @@ This library is packaged with [ntfy-desktop](https://github.com/Aetherinox/ntfy-
8383
<br />
8484

8585
# About
86-
Toasted Node allows you to send cross platform native notifications using Node.js. Works well with Electron.
86+
Toasted Notifier allows you to send cross platform native notifications using Node.js. Works well with Electron.
8787

88-
The correct notification package will be used by Toasted Node depending on the end-user operating system:
88+
The correct notification package will be used by Toasted Notifier depending on the end-user operating system:
8989
- `MacOS`: Notification Center
9090
- `>= 10.8` for native notifications, or [Growl](#growl) if earlier.
9191
- `Linux`: notify-osd or libnotify-bin
@@ -592,7 +592,7 @@ If you wish to brand notifications with your own application name, then there ar
592592
### Create App Shortcut
593593
You must create a windows shortcut (.lnk) within your windows Start Menu. This is a requirement by Microsoft.
594594

595-
The program used by Toasted Node for Windows 10 & 11 notifications named ntfy-toast; includes a command which will help you create the shortcut link automatically. To do this, open Command Prompt and run the command:
595+
The package used by Toasted Notifier for Windows 10 & 11 notifications (ntfy-toast); includes a command which will help you create the shortcut link automatically. To do this, open Command Prompt and run the command:
596596

597597
```shell
598598
X:\path\to\node\project\node_modules\toasted-notifier\vendor\ntfyToast\ntfytoast.exe -install "MyApp\MyApp.lnk" "C:\path\to\myApp.exe" "My.APP_ID"

0 commit comments

Comments
 (0)