docs: update README to reflect package name change

- Changed the command for running the viewer from "@kimuson/claude-code-viewer" to "claude-code-viewer" for clarity and accuracy.
This commit is contained in:
d-kimsuon
2025-10-18 22:02:14 +09:00
parent e91622a484
commit d7ff86358e

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 @kimuson/claude-code-viewer@latest
PORT=3400 npx claude-code-viewer@latest
```
Alternatively, install globally: