From ddf312339adc89508293949d79ecf6d9ca284d32 Mon Sep 17 00:00:00 2001 From: Abhinav Rai Date: Wed, 24 Sep 2025 19:54:57 +0530 Subject: [PATCH] Chore: invalid sample json fix in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1f1ed0509..ebb7db11e 100644 --- a/README.md +++ b/README.md @@ -203,10 +203,10 @@ Pass them via the `args` property in the JSON configuration. For example: "chrome-devtools": { "command": "npx", "args": [ - "chrome-devtools-mcp@latest" + "chrome-devtools-mcp@latest", "--channel=canary", "--headless=true", - "--isolated=true", + "--isolated=true" ] } }