瀏覽代碼

[demo]Update readme

dufu1991 2 年之前
父節點
當前提交
9f241d5988
共有 1 個文件被更改,包括 1 次插入5 次删除
  1. 1 5
      demo/README.md

+ 1 - 5
demo/README.md

@@ -13,8 +13,6 @@ Install the dependencies...
 ```bash
 pnpm i
 # or
-yarn
-# or
 npm i
 # or
 bun i
@@ -25,11 +23,9 @@ Start the development server...
 ```bash
 pnpm dev
 # or
-yarn dev
-# or
 npm run dev
 # or
 bun dev
 ```
 
-If you want to start the development server with different components or english language, Please see scripts in `package.json`.
+If you wish to start the development server with different components or in English language, please refer to the scripts section in `package.json`.