Skip to content

Commit 669990a

Browse files
Update content/recipes/prisma.md
Co-authored-by: John Biundo <[email protected]>
1 parent 1a2191b commit 669990a

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
@@ -44,7 +44,7 @@ Start by installing the Prisma CLI as a development dependency in your project:
4444
$ npm install @prisma/cli --save-dev
4545
```
4646

47-
As a best practice, it's recommended to invoke the CLI locally by prefixing it with `npx`:
47+
In the following steps, we'll be utilizing the [Prisma CLI](https://www.prisma.io/docs/reference/tools-and-interfaces/prisma-cli). As a best practice, it's recommended to invoke the CLI locally by prefixing it with `npx`:
4848

4949
```bash
5050
$ npx prisma

0 commit comments

Comments
 (0)