diff options
| author | Aiden Cline <[email protected]> | 2025-10-01 22:20:35 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-10-01 22:20:35 -0500 |
| commit | 125624489bc4a1e6191e66b345eee6d98ca94e22 (patch) | |
| tree | bc4dae053a80497b7b56943a7b4f466ac319692b /packages | |
| parent | 991f85c907cc4ee639132e379714619711455b24 (diff) | |
| download | opencode-125624489bc4a1e6191e66b345eee6d98ca94e22.tar.gz opencode-125624489bc4a1e6191e66b345eee6d98ca94e22.zip | |
docs: fix (#2910)
Diffstat (limited to 'packages')
| -rw-r--r-- | packages/console/app/src/routes/index.tsx | 4 |
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> |
