From 950c2d2f90725f001853b22c2def044907e5d7c8 Mon Sep 17 00:00:00 2001 From: Raymond Lee Date: Mon, 10 Nov 2025 16:50:47 -0800 Subject: [PATCH] Update npm package name for Claude Code installation --- docs/tutorial/claude-code-getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial/claude-code-getting-started.md b/docs/tutorial/claude-code-getting-started.md index 92d732aef..adc3ac507 100644 --- a/docs/tutorial/claude-code-getting-started.md +++ b/docs/tutorial/claude-code-getting-started.md @@ -28,7 +28,7 @@ This document provides general background and information about Claude Code to h Claude Code requires Node.js 18+ and is available via npm: ```bash -npm install -g @anthropics/claude-code +npm install -g @anthropic-ai/claude-code ``` Verify installation: