diff --git a/docs/guides/community/sveltekit.mdx b/docs/guides/community/sveltekit.mdx index eccedb5bdd..6db16c3bf5 100644 --- a/docs/guides/community/sveltekit.mdx +++ b/docs/guides/community/sveltekit.mdx @@ -14,18 +14,17 @@ This is a community developed Vite plugin from [@cptCrunch_](https://x.com/cptCr - Use SvelteKit functions directly in Trigger.dev tasks - Automatic function discovery and export - TypeScript support with type preservation -- Preserves JSDoc documentation -- Hot Module Reloading support +- Works with Trigger.dev V3 - Configurable directory scanning ## Setup -[View setup guide on npm](https://www.npmjs.com/package/vite-plugin-triggerkit) +[View setup guide on npm](https://www.npmjs.com/package/triggerkit) ```bash -npm i vite-plugin-triggerkit +npm i triggerkit ```