Skip to content

Commit 12b6e41

Browse files
authored
fix: patch url (#7347)
1 parent 539bc83 commit 12b6e41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/200-orm/200-prisma-client/000-setup-and-configuration/200-read-replicas.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ npm install @prisma/extension-read-replicas@latest
2222

2323
The latest version of `@prisma/extension-read-replicas` requires **Prisma 7.0+** and uses a new API that requires passing full `PrismaClient` instances instead of connection URLs. This change is necessary due to Prisma 7's architectural changes.
2424

25-
If you're using Prisma 6.x or earlier, see the [Prisma v6 section](#for-prisma-v6-users) below.
25+
If you're using Prisma 6.x or earlier, see the note below.
2626

2727
:::
2828

0 commit comments

Comments
 (0)