fix: correct typo in Prisma command in README.md

This commit is contained in:
micha 2025-06-08 00:56:37 +02:00 committed by Dominik
parent 6c479e80d6
commit 386d72d914

View file

@ -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