diff --git a/README.md b/README.md index 4fcf517..728f931 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@

-

Like Playwright MCP but via extension. 90% less context window. 10x more capable (full playwright API)

+

Like Playwright MCP but via extension. 80% less context window. 10x more capable (full playwright API)


Install Extension from Chrome Web Store @@ -327,9 +327,9 @@ Run agents in isolated environments (devcontainers, VMs, SSH) while controlling **On host (where Chrome runs):** ```bash -npx playwriter serve --token +npx -y playwriter serve --token # or use environment variable: -PLAYWRITER_TOKEN= npx playwriter serve +PLAYWRITER_TOKEN= npx -y playwriter serve ``` **In container/VM (where agent runs):**