diff --git a/docs/src/main/antora/modules/ROOT/pages/api/gemini-cli-sdk.adoc b/docs/src/main/antora/modules/ROOT/pages/api/gemini-cli-sdk.adoc index 5563d81..3f34df2 100644 --- a/docs/src/main/antora/modules/ROOT/pages/api/gemini-cli-sdk.adoc +++ b/docs/src/main/antora/modules/ROOT/pages/api/gemini-cli-sdk.adoc @@ -18,7 +18,7 @@ Gemini CLI is Google's autonomous coding agent that can understand and modify co + [source,bash] ---- -npm install -g @google/generative-ai-cli +npm install -g @google/gemini-cli ---- 2. **Set API Key**: @@ -706,4 +706,4 @@ While both are autonomous coding agents, they have different strengths: * Compare different agent providers in xref:api/claude-code-sdk.adoc[Claude Code SDK] * Learn the unified API in xref:api/agentclient.adoc[AgentClient API] -* See practical examples in xref:samples.adoc[Sample Agents] \ No newline at end of file +* See practical examples in xref:samples.adoc[Sample Agents]