Skip to content

Commit f63d044

Browse files
authored
Update src/content/docs/workers/tutorials/using-prisma-postgres-with-workers/index.mdx
1 parent 0eba281 commit f63d044

File tree

1 file changed

+1
-1
lines changed
  • src/content/docs/workers/tutorials/using-prisma-postgres-with-workers

1 file changed

+1
-1
lines changed

src/content/docs/workers/tutorials/using-prisma-postgres-with-workers/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Initialize Prisma in your application:
8484
npx prisma@latest init --db
8585
```
8686

87-
If you don't have an account yet, or if you are not logged in, the command will prompt you to log in using one of the available authentication providers. A browser window will open so you can log in or create an account. Return to the CLI after you have completed this step.
87+
If you don't have a [Prisma Data Platform](https://console.prisma.io/) account yet, or if you are not logged in, the command will prompt you to log in using one of the available authentication providers. A browser window will open so you can log in or create an account. Return to the CLI after you have completed this step.
8888

8989
Once logged in (or if you were already logged in), the CLI will prompt you to select a project name and a database region.
9090

0 commit comments

Comments
 (0)