From 001f0ac738941746c6600ed13d30b75fe97e948c Mon Sep 17 00:00:00 2001 From: sipayrt Date: Tue, 23 Apr 2024 16:35:21 +0300 Subject: [PATCH] docs: fix outdated install info --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 908414b45..e84a692fc 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ Testplane (ex-Hermione) is a battle-hardened framework for testing web apps at a npm init testplane@latest new-testplane-project ``` - You may add `-- -y` option to quickly set up a project using defaults. + You may add `-- --verbose` argument to launch a tool in *extra-questions* mode, to pick custom package manager or install extra plugins. 2. Open the newly generated file `testplane-tests/example.testplane.ts`. We’ll modify the test to ensure the description includes expected text: