diff --git a/apps/docs/content/docs/guides/frameworks/nestjs.mdx b/apps/docs/content/docs/guides/frameworks/nestjs.mdx index c4cfb1143c..83ad60e592 100644 --- a/apps/docs/content/docs/guides/frameworks/nestjs.mdx +++ b/apps/docs/content/docs/guides/frameworks/nestjs.mdx @@ -22,7 +22,7 @@ You can find a ready-to-run example [here](https://github.com/prisma/prisma-exam Run one command to scaffold a NestJS project with Prisma ORM and Prisma Postgres ready to go: ```npm -npm create prisma@latest -- --template nestjs +npm create prisma@latest -- --template nest ``` Or follow the steps below to set it up manually.