Skip to content

Commit c4d2462

Browse files
committed
Improved intro
1 parent 03cb76f commit c4d2462

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/example-projects/turborepo-monorepo-prisma.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: "Two example projects demonstrating how to use Prisma and Trigger.d
66

77
## Overview
88

9-
These examples demonstrate two different ways to use Prisma and Trigger.dev in a Turborepo monorepo. They both trigger a task from a Next.js app using a server action, and then use Prisma to add a user to a database table, however they differ in how Trigger.dev is installed and configured.
9+
These examples demonstrate two different ways of using Prisma and Trigger.dev in a Turborepo monorepo. In both examples, a task is triggered from a Next.js app using a server action, which uses Prisma to add a user to a database table. The examples differ in how Trigger.dev is installed and configured.
1010

1111
- Example 1: Turborepo monorepo demo with Trigger.dev and Prisma packages
1212
- Example 2: Turborepo monorepo demo with a Prisma package and Trigger.dev installed in a Next.js app

0 commit comments

Comments
 (0)