diff --git a/website/src/pages/getting-started.mdx b/website/src/pages/getting-started.mdx index 3e20070..880d73f 100644 --- a/website/src/pages/getting-started.mdx +++ b/website/src/pages/getting-started.mdx @@ -8,7 +8,7 @@ Sonner is an opinionated toast component for React. You can read more about why ### Install - + ```bash pnpm i sonner @@ -30,6 +30,11 @@ Sonner is an opinionated toast component for React. You can read more about why bun add sonner ``` + + ```bash + deno add sonner + ``` + ### Add Toaster to your app