From 8997430424a9731aee6655faf0c77fea3a52e230 Mon Sep 17 00:00:00 2001 From: Chair403 <98937891+Chair403@users.noreply.github.com> Date: Wed, 19 Aug 2026 19:08:46 +0800 Subject: [PATCH] docs: fix E2E command in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index beba84ac..022ca038 100644 --- a/README.md +++ b/README.md @@ -424,7 +424,7 @@ Start here: ```bash npm run dev # development server at localhost:5173 npm run test # unit tests via Vitest -npm run test:e2e # end-to-end tests via Playwright +npm run e2e # end-to-end tests via Playwright npm run lint # ESLint + TypeScript type-check ```