diff --git a/README.md b/README.md index b81228734a..2fb2710d1a 100644 --- a/README.md +++ b/README.md @@ -144,7 +144,7 @@ yarn dx 5. Set up the database using the Prisma schema (found in `prisma/schema.prisma`) ```sh - npx prisma db push + npx prisma migrate deploy ``` 6. Run (in development mode) ```sh