Skip to content

Commit ea53259

Browse files
OrKoNOzTamir
authored andcommitted
docs: fix readme (ChromeDevTools#122)
Closes ChromeDevTools#119
1 parent 6aa67b3 commit ea53259

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
@@ -203,10 +203,10 @@ Pass them via the `args` property in the JSON configuration. For example:
203203
"chrome-devtools": {
204204
"command": "npx",
205205
"args": [
206-
"chrome-devtools-mcp@latest"
206+
"chrome-devtools-mcp@latest",
207207
"--channel=canary",
208208
"--headless=true",
209-
"--isolated=true",
209+
"--isolated=true"
210210
]
211211
}
212212
}

0 commit comments

Comments
 (0)