From b97789a7e89c53b93fb847ff11d4e8e2b6bfcf70 Mon Sep 17 00:00:00 2001 From: d-kimsuon Date: Mon, 20 Oct 2025 05:38:03 +0900 Subject: [PATCH] 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. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cfb4b99..80ff423 100644 --- a/README.md +++ b/README.md @@ -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: