From 586eeab884b4df082bbd070d41e045cf8d9e8117 Mon Sep 17 00:00:00 2001 From: Ankur Datta Date: Fri, 22 Mar 2024 18:33:22 +0600 Subject: [PATCH] feat: refine a bit further --- content/400-pulse/200-getting-started.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/400-pulse/200-getting-started.mdx b/content/400-pulse/200-getting-started.mdx index 6f7fdcb8c1..3b44e8999b 100644 --- a/content/400-pulse/200-getting-started.mdx +++ b/content/400-pulse/200-getting-started.mdx @@ -16,9 +16,9 @@ toc: true -You'll need the following to integrate Pulse into your application; +You'll need the following to integrate Pulse into your application: -- [Prisma Data Platform workspace](https://console.prisma.io) +- A [Prisma Data Platform workspace](https://console.prisma.io). - [Prisma Client](/orm/prisma-client) version `4.16.1` or higher and [`@prisma/extension-pulse`](https://www.npmjs.com/package/@prisma/extension-pulse) version `1.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. View our [setup guide](/pulse/database-setup/general-database-instructions#enable-logical-replication) on configuring logical replication for your database.