diff --git a/README.md b/README.md index a0d31e3..c88b70d 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,9 @@ Install the Playwright MCP server using the VS Code CLI: ```bash # For VS Code code --add-mcp '{"name":"playwright","command":"npx","args":["@playwright/mcp@latest"]}' +``` +```bash # For VS Code Insiders code-insiders --add-mcp '{"name":"playwright","command":"npx","args":["@playwright/mcp@latest"]}' ```