From 2c1e39635f9963b063d1c1f9d3be9f8115f34e3e Mon Sep 17 00:00:00 2001 From: Ankur Datta <64993082+ankur-arch@users.noreply.github.com> Date: Fri, 15 Mar 2024 19:05:32 +0600 Subject: [PATCH] Update 200-getting-started.mdx --- content/400-pulse/200-getting-started.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/400-pulse/200-getting-started.mdx b/content/400-pulse/200-getting-started.mdx index 7747129f4f..390362a901 100644 --- a/content/400-pulse/200-getting-started.mdx +++ b/content/400-pulse/200-getting-started.mdx @@ -13,7 +13,7 @@ toc: true You'll need the following to integrate Prisma Pulse into your application; - Prisma Data Platform workspace -- [Prisma Client](/orm/prisma-client) version `4.16.1` or higher and [`@prisma/extension-pulse`](https://www.npmjs.com/package/@prisma/extension-pulse) version `v0.2.3` or higher. +- [Prisma Client](/orm/prisma-client) version `4.16.1` or higher and [`@prisma/extension-pulse`](https://www.npmjs.com/package/@prisma/extension-pulse) version `v1.0.1` or higher. - A publicly accessible PostgreSQL (version 12+) database with [logical replication](https://www.postgresql.org/docs/current/logical-replication-quick-setup.html) enabled. - Learn how to enable logical replication [here](/pulse/database-setup/general-database-instructions#enable-logical-replication)