From 9ae5358d35c61a42145913f8bbe71f5585aece83 Mon Sep 17 00:00:00 2001 From: Nadav Cohen <25122974+ncamaa@users.noreply.github.com> Date: Wed, 9 Apr 2025 00:56:29 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 305d5d3e..11e1ab38 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ For a visual guide, watch the [video demo](https://github.com/user-attachments/a - Development Mode: `npm run dev` - Building: `npm run build` -- Production Mode: Set `.env` to `NODE_ENV="production"` then `npm run build && npm run start` +- Production Mode: Set `.env` to `NODE_ENV="production"` then `npm run build && npm run start:prod` ## 🤝 Feedback and Contributions