diff options
| author | Jay V <[email protected]> | 2025-10-03 13:46:56 -0400 |
|---|---|---|
| committer | Jay V <[email protected]> | 2025-10-03 13:46:56 -0400 |
| commit | 6378e6c06f3296ec8fdea13271c092e9830401ea (patch) | |
| tree | d6528e50dc69ad9fef94be3f0bf9d97b3f5c0d14 /packages/web/src/content/docs/commands.mdx | |
| parent | 4159db4549efd9d598543a8030ed1fe80e56b3a9 (diff) | |
| download | opencode-6378e6c06f3296ec8fdea13271c092e9830401ea.tar.gz opencode-6378e6c06f3296ec8fdea13271c092e9830401ea.zip | |
docs: rename opencode to OpenCode
Diffstat (limited to 'packages/web/src/content/docs/commands.mdx')
| -rw-r--r-- | packages/web/src/content/docs/commands.mdx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/web/src/content/docs/commands.mdx b/packages/web/src/content/docs/commands.mdx index 1e6aa951c..50f736b75 100644 --- a/packages/web/src/content/docs/commands.mdx +++ b/packages/web/src/content/docs/commands.mdx @@ -42,13 +42,13 @@ Use the command by typing `/` followed by the command name. ## Configure -You can add custom commands through the opencode config or by creating markdown files in the `command/` directory. +You can add custom commands through the OpenCode config or by creating markdown files in the `command/` directory. --- ### JSON -Use the `command` option in your opencode [config](/docs/config): +Use the `command` option in your OpenCode [config](/docs/config): ```json title="opencode.jsonc" {4-12} { |
