diff --git a/README.md b/README.md index 444833b..adbaa61 100644 --- a/README.md +++ b/README.md @@ -26,17 +26,17 @@ See [Vite Configuration Reference](https://vite.dev/config/). ## Project Setup ```sh -npm install +pnpm install ``` ### Compile and Hot-Reload for Development ```sh -npm run dev +pnpm run dev ``` ### Type-Check, Compile and Minify for Production ```sh -npm run build +pnpm run build ```