From bc3e32259645dbd5d6975d659185ce99241b7113 Mon Sep 17 00:00:00 2001 From: Micha Date: Sun, 8 Jun 2025 00:56:37 +0200 Subject: [PATCH] fix: correct typo in Prisma command in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1f474b5..77acacd 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,7 @@ This project is built with a modern tech stack: yarn prisma:generate ``` ```bash - yarn prisa:db:push + yarn prisma:db:push ``` - Run the following command to apply migrations and generate Prisma Client: ```bash