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