From fd1cca4d4d3da4fcb7041f5f293e3f135f600709 Mon Sep 17 00:00:00 2001 From: Alex Rudenko Date: Fri, 10 Oct 2025 09:07:49 +0200 Subject: [PATCH] docs: fix arg name typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d0f8204f1..032afd8eb 100644 --- a/README.md +++ b/README.md @@ -336,5 +336,5 @@ Some MCP clients allow sandboxing the MCP server using macOS Seatbelt or Linux containers. If sandboxes are enabled, `chrome-devtools-mcp` is not able to start Chrome that requires permissions to create its own sandboxes. As a workaround, either disable sandboxing for `chrome-devtools-mcp` in your MCP client or use -`--connect-url` to connect to a Chrome instance that you start manually outside +`--browser-url` to connect to a Chrome instance that you start manually outside of the MCP client sandbox.