From 71736f71994ac41d261c33b572048b6756f0ba0b Mon Sep 17 00:00:00 2001 From: Akihiro Suda Date: Mon, 6 Oct 2025 09:12:37 +0900 Subject: [PATCH] docs: examples/ai: fix typo Signed-off-by: Akihiro Suda --- website/content/en/docs/examples/ai.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/en/docs/examples/ai.md b/website/content/en/docs/examples/ai.md index da88e82e2b3..7d4a28a72af 100644 --- a/website/content/en/docs/examples/ai.md +++ b/website/content/en/docs/examples/ai.md @@ -54,7 +54,7 @@ See also . ``` lima sudo snap install node --classic lima sudo npm install -g @anthropic-ai/claude-code -lima codex +lima claude ``` Follow the guide shown in the first session for authentication.