summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorDax Raad <[email protected]>2025-06-14 12:22:07 -0400
committerDax Raad <[email protected]>2025-06-14 12:22:07 -0400
commit9c6aa82ac1ae11645afa0fee2e92d3cf88e02129 (patch)
tree0db8ce8785765f583563767a95a89ed22c501d6e /README.md
parentef74d9749158787537c5de19d31f51b2bf25c37b (diff)
downloadopencode-9c6aa82ac1ae11645afa0fee2e92d3cf88e02129.tar.gz
opencode-9c6aa82ac1ae11645afa0fee2e92d3cf88e02129.zip
docs: config schema
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index d2ba219e4..5bc09bd48 100644
--- a/README.md
+++ b/README.md
@@ -51,7 +51,7 @@ Project configuration is optional. You can place an `opencode.json` file in the
```json title="opencode.json"
{
- "$schema": "https://opencode.ai/schemas/opencode.json"
+ "$schema": "http://opencode.ai/config.json"
}
```