docs: rename opencode to OpenCode

This commit is contained in:
Jay V
2025-10-03 13:46:56 -04:00
parent 4159db4549
commit 6378e6c06f
19 changed files with 133 additions and 133 deletions

View File

@@ -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}
{