From d6317955ee70910c1ea14c052f120f7bf8880ba3 Mon Sep 17 00:00:00 2001 From: Array in a Matrix Date: Sat, 18 Feb 2023 11:12:41 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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