From b2513609df3aa64789501af459d8509ef26d50ef Mon Sep 17 00:00:00 2001 From: Micha Date: Wed, 21 May 2025 14:29:52 +0200 Subject: [PATCH] docs: fix formatting in Prisma setup instructions --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 456bced..1f474b5 100644 --- a/README.md +++ b/README.md @@ -111,8 +111,8 @@ This project is built with a modern tech stack: npx prisma migrate dev # You might be prompted to name your first migration. ``` - - Tipp: You can open the prisma database UI with ```yarn prisma:studio``` + + Tipp: You can open the prisma database UI with `yarn prisma:studio` 5. **Run the development server:**