diff options
| -rw-r--r-- | packages/console/app/src/routes/index.tsx | 2 | ||||
| -rw-r--r-- | packages/web/src/content/docs/index.mdx | 2 |
2 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 e8c1998ae..3d663c27e 100644 --- a/packages/console/app/src/routes/index.tsx +++ b/packages/console/app/src/routes/index.tsx @@ -175,7 +175,7 @@ export default function Home() { <div data-component="legal"> <span> - ©2025 <a href="https://anoma.ly">Anomaly Innovations</a> + ©2025 <a href="https://anoma.ly">Anomaly</a> </span> </div> </main> diff --git a/packages/web/src/content/docs/index.mdx b/packages/web/src/content/docs/index.mdx index 86aa2e78d..b4d0be077 100644 --- a/packages/web/src/content/docs/index.mdx +++ b/packages/web/src/content/docs/index.mdx @@ -37,7 +37,7 @@ The easiest way to install opencode is through the install script. curl -fsSL https://opencode.ai/install | bash ``` -You can also install it with the following: +You can also install it with the following commands: - **Using Node.js** |
