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 ceef747115..b25b852b17 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,9 +170,9 @@ To get started with Prisma Accelerate: } ``` -> The `directUrl` field is not required for Prisma Accelerate. It allows you to introspect and perform schema migrations. + > The `directUrl` field is not required for Prisma Accelerate. It allows you to introspect and perform schema migrations. -3. In `wrangler.toml` file, add a `[vars]` key and your connection string. +1. In `wrangler.toml` file, add a `[vars]` key and your connection string. ```diff file=wrangler.toml name = "prisma-cloudflare-accelerate" @@ -189,7 +189,7 @@ To get started with Prisma Accelerate: -4. Install the Prisma Accelerate extension +1. Install the Prisma Accelerate extension ```bash npm install @prisma/extension-accelerate