make it two codeframes for easy copying

This commit is contained in:
Simon Knott
2025-03-25 18:46:19 +01:00
parent fc9194a16e
commit f98d5d2e31

View File

@@ -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"]}'
```