Skip to content

Commit b91519d

Browse files
authored
[Hyperdrive] Fix code block language (cloudflare#25186)
1 parent 5bfccd2 commit b91519d

File tree

1 file changed

+1
-1
lines changed
  • src/content/docs/hyperdrive/examples/connect-to-postgres/postgres-drivers-and-libraries

1 file changed

+1
-1
lines changed

src/content/docs/hyperdrive/examples/connect-to-postgres/postgres-drivers-and-libraries/prisma-orm.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ model User {
7575

7676
Add your database connection string to the `.env` file created by Prisma:
7777

78-
```env title=".env"
78+
```txt title=".env"
7979
DATABASE_URL="postgres://user:password@host:port/database"
8080
```
8181

0 commit comments

Comments
 (0)