Skip to content

Commit 01cf4db

Browse files
authored
Fix npx cmd
1 parent 0720106 commit 01cf4db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ More configuration options are is listed on [CodeceptJS Playwright page](https:/
7070
Playwright module requires NodeJS server to be running. Start the server manually:
7171

7272
```
73-
npx codeception-playwright-module
73+
npx codeception-module-playwright
7474
```
7575

7676
If you want to start server automatically, use [RunProcess extension](https://codeception.com/extensions#RunProcess) from Codeception

0 commit comments

Comments
 (0)