summaryrefslogtreecommitdiffhomepage
path: root/packages
diff options
context:
space:
mode:
authorAiden Cline <[email protected]>2025-10-01 22:20:35 -0500
committerGitHub <[email protected]>2025-10-01 22:20:35 -0500
commit125624489bc4a1e6191e66b345eee6d98ca94e22 (patch)
treebc4dae053a80497b7b56943a7b4f466ac319692b /packages
parent991f85c907cc4ee639132e379714619711455b24 (diff)
downloadopencode-125624489bc4a1e6191e66b345eee6d98ca94e22.tar.gz
opencode-125624489bc4a1e6191e66b345eee6d98ca94e22.zip
docs: fix (#2910)
Diffstat (limited to 'packages')
-rw-r--r--packages/console/app/src/routes/index.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/console/app/src/routes/index.tsx b/packages/console/app/src/routes/index.tsx
index bf66b77b5..177fd129c 100644
--- a/packages/console/app/src/routes/index.tsx
+++ b/packages/console/app/src/routes/index.tsx
@@ -132,7 +132,7 @@ export default function Home() {
<button data-copy data-slot="command" onClick={handleCopyClick}>
<span>
<span data-slot="protocol">npm i -g </span>
- <span data-slot="highlight">opencode</span>
+ <span data-slot="highlight">opencode-ai</span>
</span>
<CopyStatus />
</button>
@@ -141,7 +141,7 @@ export default function Home() {
<button data-copy data-slot="command" onClick={handleCopyClick}>
<span>
<span data-slot="protocol">bun add -g </span>
- <span data-slot="highlight">opencode</span>
+ <span data-slot="highlight">opencode-ai</span>
</span>
<CopyStatus />
</button>