diff --git a/content/300-guides/200-deployment/301-edge/450-deploy-to-cloudflare-workers.mdx b/content/300-guides/200-deployment/301-edge/450-deploy-to-cloudflare-workers.mdx index d8832b0e92..f4b22ac18d 100644 --- a/content/300-guides/200-deployment/301-edge/450-deploy-to-cloudflare-workers.mdx +++ b/content/300-guides/200-deployment/301-edge/450-deploy-to-cloudflare-workers.mdx @@ -170,7 +170,7 @@ To get started with Prisma Accelerate: } ``` -> The `directUrl` field is not required for Prisma Accelerate. It allows you to easily perform database migrations and introspections. +> The `directUrl` field is not required for Prisma Accelerate. It allows you to introspect and perform schema migrations. 3. In your code editor, add the connection string in the `wrangler.toml` file.