From de8fd0e6d12e3833ffd280388e38bcd2f811cf7b Mon Sep 17 00:00:00 2001 From: Artem-Darius Atlas Date: Wed, 26 Jul 2023 09:41:35 +0300 Subject: [PATCH] docs: fix backend prisma generate types command in the README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 986abd2..c8b0448 100644 --- a/README.md +++ b/README.md @@ -128,7 +128,7 @@ Just run `nx build demoapp` to build the application. The build artifacts will b # Backend ## Prisma Types ```bash -nx generate @nx/plugin:generator prisma-generator --project=prisma-generator +nx g prisma-generator ``` # Frontend