From 6281652239119028f3380588cda017df6ca6712e Mon Sep 17 00:00:00 2001 From: Maze Winther Date: Wed, 16 Jul 2025 13:15:41 +0200 Subject: [PATCH] fix docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6d3937a7..0172ce06 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ Before you begin, ensure you have the following installed on your system: 2. Clone your fork locally 3. Navigate to the web app directory: `cd apps/web` 4. Install dependencies: `bun install` -5. Start the development server: `bun run dev` +5. Start the development server: `bun dev` ## Development Setup