From 64f006fda259f09f902fcf5fab95087eb846373b Mon Sep 17 00:00:00 2001 From: tt <1109394634@qq.com> Date: Sun, 18 Feb 2024 19:07:49 +0800 Subject: [PATCH] update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 104f4db..48445a6 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ git clone git@github.com:SoraWebui/SoraWebui.git ``` -2. install dependencies +2. Install dependencies ```bash cd SoraWebui && yarn @@ -18,7 +18,7 @@ cd SoraWebui && npm install cd SoraWebui && pnpm install ``` -3. run dev +3. Run it ```bash yarn dev