Skip to content

Commit d82810c

Browse files
Merge pull request #4 from KillerQueen-Z/fix/readme-package-name
docs: fix README references to @blockrun/clawrouter
2 parents 5c05235 + 8bfc536 commit d82810c

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ Agents can only sign transactions.<br><br>
1818
<img src="https://img.shields.io/badge/💰_x402_USDC-purple?style=for-the-badge" alt="x402 USDC">&nbsp;
1919
<img src="https://img.shields.io/badge/🔓_Open_Source-green?style=for-the-badge" alt="Open source">
2020

21-
[![npm version](https://img.shields.io/npm/v/@blockrun/clawrouter.svg?style=flat-square&color=cb3837)](https://npmjs.com/package/@blockrun/clawrouter)
22-
[![npm downloads](https://img.shields.io/npm/dm/@blockrun/clawrouter.svg?style=flat-square&color=blue)](https://npmjs.com/package/@blockrun/clawrouter)
21+
[![npm version](https://img.shields.io/npm/v/@blockrun/xclawrouter.svg?style=flat-square&color=cb3837)](https://npmjs.com/package/@blockrun/xclawrouter)
22+
[![npm downloads](https://img.shields.io/npm/dm/@blockrun/xclawrouter.svg?style=flat-square&color=blue)](https://npmjs.com/package/@blockrun/xclawrouter)
2323
[![GitHub stars](https://img.shields.io/github/stars/BlockRunAI/XClawRouter?style=flat-square&label=GitHub%20stars)](https://github.com/BlockRunAI/XClawRouter)
2424
[![CI](https://img.shields.io/github/actions/workflow/status/BlockRunAI/XClawRouter/ci.yml?branch=main&style=flat-square&label=CI)](https://github.com/BlockRunAI/XClawRouter/actions)
2525
[![TypeScript](https://img.shields.io/badge/TypeScript-5.7-3178c6?style=flat-square&logo=typescript&logoColor=white)](https://typescriptlang.org)
@@ -456,7 +456,7 @@ Exclusions persist across restarts (`~/.openclaw/blockrun/exclude-models.json`).
456456
**When things go wrong, run the doctor:**
457457

458458
```bash
459-
npx @blockrun/clawrouter doctor
459+
npx @blockrun/xclawrouter doctor
460460
```
461461

462462
This collects diagnostics and sends them to Claude Sonnet for AI-powered analysis:
@@ -485,14 +485,14 @@ The local proxy isn't running. Run `openclaw gateway restart` to fix.
485485
**Use Opus for complex issues:**
486486

487487
```bash
488-
npx @blockrun/clawrouter doctor opus
488+
npx @blockrun/xclawrouter doctor opus
489489
```
490490

491491
**Ask a specific question:**
492492

493493
```bash
494-
npx @blockrun/clawrouter doctor "why is my request failing?"
495-
npx @blockrun/clawrouter doctor opus "深度分析我的配置"
494+
npx @blockrun/xclawrouter doctor "why is my request failing?"
495+
npx @blockrun/xclawrouter doctor opus "深度分析我的配置"
496496
```
497497

498498
**Cost:** Sonnet ~$0.003 (default) | Opus ~$0.01

0 commit comments

Comments
 (0)