diff --git a/docs/guides/frameworks/nextjs.mdx b/docs/guides/frameworks/nextjs.mdx index 75d2b5273..7dea49af0 100644 --- a/docs/guides/frameworks/nextjs.mdx +++ b/docs/guides/frameworks/nextjs.mdx @@ -39,7 +39,7 @@ For more information on authenticating with Trigger.dev, see the [API keys page] ## Triggering your task in Next.js -Here are the steps to trigger your task in the Next.js App and Pages router and Server Actions. +Here are the steps to trigger your task in the Next.js App and Pages router and Server Actions. Alternatively, check out this repo for a [full working example](https://github.com/triggerdotdev/example-projects/tree/main/nextjs/server-actions/my-app) of a Next.js app with a Trigger.dev task triggered using a Server Action.