Skip to content

Commit

Permalink
Update src/content/docs/2/recipe/notifications.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: Lorenzo Lewis <[email protected]>
  • Loading branch information
simonhyll and lorenzolewis authored Aug 15, 2023
1 parent ecb904b commit ea170cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/docs/2/recipe/notifications.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: Notifications

import { Tabs, TabItem } from '@astrojs/starlight/components';

In this recipe we'll take a look at sending a native notification to your user. We'll do this by using the official notification plugin.
In this recipe we'll take a look at sending a native notification to your user. We'll do this by using [`tauri-plugin-notification`](https://github.com/tauri-apps/plugins-workspace/tree/v2/plugins/notification).

## Setup

Expand Down

0 comments on commit ea170cd

Please sign in to comment.