diff --git a/README.md b/README.md index 580341c..a5425d7 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ eval (see benchmarks).* ## Try it (30 seconds) ```bash -npx pxpipe # proxy on 127.0.0.1:47821 +npx pxpipe-proxy # proxy on 127.0.0.1:47821 ANTHROPIC_BASE_URL=http://localhost:47821 claude # point Claude Code at it ``` diff --git a/package.json b/package.json index a99c381..7200f0b 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "pxpipe", + "name": "pxpipe-proxy", "version": "0.2.0", "description": "Token-saving proxy for Claude Code: renders bulky context (system prompt, tool docs, old history) as dense PNGs to cut input tokens. Runs on Node and Cloudflare Workers.", "type": "module",