From 02ef03a243d76a2e6c31d433c9589fca9af9dc4c Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Tue, 12 Dec 2023 15:24:10 +0100 Subject: [PATCH] correct typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b89cb3a..5a51136 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,7 @@ This mechanic was taken from this [source](https://stackoverflow.com/questions/1 ## Database setup The project is set up for a `sqlite` database. -In order to run the project against a mysql database adjust `primsa/schema.prisma`, copy the `.env.dist` file to `.env` and configure the database connection appropriately. +In order to run the project against a mysql database adjust `prisma/schema.prisma`, copy the `.env.dist` file to `.env` and configure the database connection appropriately. Then run `npm run db:migrate` to generate the database. It might be required to delete the migration folder beforehand. ## License