Skip to content

Commit ddf3123

Browse files
committed
Chore: invalid sample json fix in readme
1 parent b53f114 commit ddf3123

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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)