diff --git a/README.md b/README.md index 3dbecd7..20ca32d 100644 --- a/README.md +++ b/README.md @@ -2,13 +2,13 @@ ## Setup Development Environment -Install dependencies (Vite & tailwindcss) +Install dependencies (Vite & tailwindcss): ```sh > pnpm install ``` -Run webserver +Run webserver: ```sh > pnpm run dev