From bc3179391666ecb69c186b9c3c182a054b627afb Mon Sep 17 00:00:00 2001 From: jfgreffier Date: Sun, 20 Oct 2024 15:57:39 +0200 Subject: [PATCH] fix: typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ac2d343..2080193 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Some command-line interface options are available; such as UI mode ng e2e --ui ``` -For a list of accepted arguments, use `ng --help`. If you need more options and control on the CLI, the best solution is to use `npx playwright test` directly. +For a list of accepted arguments, use `ng e2e --help`. If you need more options and control on the CLI, the best solution is to use `npx playwright test` directly. ## Create a test file