From ae3325f22aa3a4a19380095f6ef0fe05ec275ade Mon Sep 17 00:00:00 2001 From: SUI <59269350+lrst6963@users.noreply.github.com> Date: Wed, 8 Apr 2026 18:41:36 +0800 Subject: [PATCH] Update code block syntax in README.md --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index ba67706..7f0ecbb 100644 --- a/README.md +++ b/README.md @@ -10,25 +10,25 @@ An Electron application with Vue and TypeScript ### Install -```bash -$ pnpm install +```shell +pnpm install ``` ### Development -```bash -$ pnpm dev +```shell +pnpm dev ``` ### Build -```bash +```shell # For windows -$ pnpm build:win +pnpm build:win # For macOS -$ pnpm build:mac +pnpm build:mac # For Linux -$ pnpm build:linux +pnpm build:linux ```