From 6a6390ee06ed48f7446b02603ba3d3cf7ea9ac25 Mon Sep 17 00:00:00 2001 From: Oleg Date: Sun, 12 Jan 2025 14:07:30 +0200 Subject: [PATCH] docs: fix typo there is a typo in the documentation Signed-off-by: Oleg --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b626664..842d85a 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ pnpm install pnpm prisma generate ``` -5. Run the database migrations: +4. Run the database migrations: ```bash pnpm prisma db push