Skip to content

Commit 1f2deea

Browse files
authored
Update Readme.md
1 parent da7361a commit 1f2deea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ extensions:
8686
If you start server on different host or port, run port with `--port` option:
8787

8888
```
89-
npx codeception-playwright-module --playwright 9999
89+
npx codeception-playwright-module --port 9999
9090
```
9191

9292
And pass port to config
@@ -98,7 +98,7 @@ modules:
9898
url: 'http://localhost'
9999
browser: 'chromium'
100100
show: true
101-
pw_server: http://otherhost:8191
101+
pw_server: http://localhost:8191
102102
```
103103

104104
## API

0 commit comments

Comments
 (0)