Skip to content

Commit 9d3db89

Browse files
Update content/recipes/prisma.md
Co-authored-by: John Biundo <[email protected]>
1 parent 80d2c29 commit 9d3db89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/recipes/prisma.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ To install Prisma Client in your project, run the following command in your term
256256
$ npm install @prisma/client
257257
```
258258

259-
Note that this command automatically invokes the `prisma generate` command for you. In the future, you need to run this command after _every_ change to your Prisma models to update your generated Prisma Client.
259+
Note that during installation, Prisma automatically invokes the `prisma generate` command for you. In the future, you need to run this command after _every_ change to your Prisma models to update your generated Prisma Client.
260260

261261
> **Note** The `prisma generate` command reads your Prisma schema and updates the generated Prisma Client library inside `node_modules/@prisma/client`.
262262

0 commit comments

Comments
 (0)