From 1106687034f645f45683cdcd0f4383f02d74395d Mon Sep 17 00:00:00 2001 From: Udo <589744+ul8@users.noreply.github.com> Date: Mon, 2 Jan 2023 15:29:16 +0100 Subject: [PATCH] fix pnpm command in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e2b6e43..47b8f46 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ yarn add prisma-factory --dev npm install prisma-factory --save-dev # Using pnpm -pnpm add prisma-factory --dev +pnpm add prisma-factory --save-dev ``` Once installed, open your Prisma schema file to add the generator block for `prisma-factory`: