Skip to content

Commit 3d935bb

Browse files
committed
chore: update edge docs
1 parent d4f4498 commit 3d935bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/edge.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ To workaround this problem, add the following to the "package.json" file to avoi
9898

9999
## Cloudflare Workers
100100

101-
You can use ZenStack-enhanced `PrismaClient` in Cloudflare Workers. Here's an example for using with a Neon database. It's recommended to import `enhance` from `@zenstackhq/runtime/edge` instead of `@zenstackhq/runtime`. Although these two modules are identical today, they may diverge in the future due to limitations of the edge runtime.
101+
You can use ZenStack-enhanced `PrismaClient` in Cloudflare Workers. Here's an example for using with a Neon database. Please make sure to import `enhance` from `@zenstackhq/runtime/edge` instead of `@zenstackhq/runtime`.
102102

103103
```ts
104104
import { PrismaClient } from '@prisma/client';

0 commit comments

Comments
 (0)