Skip to content

Commit

Permalink
fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ruheni committed Oct 27, 2023
1 parent 5669663 commit a5df6cb
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -189,7 +189,7 @@ To get started with Prisma Accelerate:

</Admonition>

4. Install the Prisma Accelerate extension
1. Install the Prisma Accelerate extension

```bash
npm install @prisma/extension-accelerate
Expand Down

0 comments on commit a5df6cb

Please sign in to comment.