Skip to content

Commit e5b6600

Browse files
authored
docs: fix readme (#122)
Closes #119
1 parent 2b315b7 commit e5b6600

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)