From cca7433e60bd27a09a8bc7bc16c5504e9a063bf6 Mon Sep 17 00:00:00 2001 From: Antonio De Lucreziis Date: Wed, 13 Mar 2024 00:33:21 +0100 Subject: [PATCH] chore: updated readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e30dd00..fbb0ab4 100644 --- a/README.md +++ b/README.md @@ -6,13 +6,13 @@ Continuous Deployment for PHC projects. ```bash # First install the dependencies -$ pnpm install +pnpm install # Run the local server -$ pnpm dev +pnpm dev # Build all -$ pnpm build +pnpm build ``` ## Production Setup