docs: update package reference in README for claude-code-viewer

- Changed the package reference from 'claude-code-viewer' to '@kimuson/claude-code-viewer' for clarity and accuracy in installation instructions.
This commit is contained in:
d-kimsuon
2025-10-20 05:38:03 +09:00
parent a92f094483
commit b97789a7e8

View File

@@ -44,7 +44,7 @@ Note: Additional UI screenshots are available in [/e2e/snapshots/](./e2e/snapsho
Run directly from npm without installation:
```bash
PORT=3400 npx claude-code-viewer@latest
PORT=3400 npx @kimuson/claude-code-viewer@latest
```
Alternatively, install globally: