Skip to content

Commit 137f3ea

Browse files
authored
Remove references of Pulse
1 parent 9fbf083 commit 137f3ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
This example demonstrates how to build a full-stack web application using [Next.js](https://nextjs.org/), [Prisma Client](https://www.prisma.io/docs/orm/overview/introduction/what-is-prisma), and [Prisma Postgres](https://www.prisma.io/postgres).
66

7-
> **TL;DR:** Prisma Postgres is a new kind of Postgres database that's optimized for developer productivity. It offers instant provisioning, built-in caching and real-time events, and seamless integration with Prisma ORM.
7+
> **TL;DR:** Prisma Postgres is a new kind of Postgres database that's optimized for developer productivity. It offers instant provisioning, built-in connection pooling, edge caching, and seamless integration with Prisma ORM.
88
>
99
> [Learn more about Prisma Postgres →](https://www.prisma.io/postgres)
1010
@@ -16,7 +16,7 @@ If you just want to run the app locally, rename `.env.example` to `.env` and fil
1616

1717
#### 1.1 Create a Prisma Postgres instance
1818

19-
Go to [the Console](https://console.prisma.io) and create a new Prisma Postgres instance. Use the `DATABASE_URL` and `PULSE_API_KEY` values from the new instance to fill out the `.env` file.
19+
Go to [the Console](https://console.prisma.io) and create a new Prisma Postgres instance. Use the `DATABASE_URL` value from the new instance to fill out the `.env` file.
2020

2121
#### 1.2 Create a GitHub OAuth app
2222

0 commit comments

Comments
 (0)