summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorDax Raad <[email protected]>2025-06-17 12:14:38 -0400
committerDax Raad <[email protected]>2025-06-17 12:14:38 -0400
commit676d75ee750fbd4284254ca9d8168ef8e4b84ab6 (patch)
tree3d54a1d20b982bfce4207a6a30fe4f9142c850a4 /README.md
parent70dc0a12f2530345a0c8b29a75025bd39c849c16 (diff)
downloadopencode-676d75ee750fbd4284254ca9d8168ef8e4b84ab6.tar.gz
opencode-676d75ee750fbd4284254ca9d8168ef8e4b84ab6.zip
docs: update README
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index e0ddcb022..d649fa27c 100644
--- a/README.md
+++ b/README.md
@@ -73,7 +73,7 @@ model = "claude-sonnet-4-20250514"
autoupdate = true
```
-You can also extend the models.dev database with your own providers and models by placing a `provider.toml` file in `~/.config/opencode/providers`.
+You can also extend the models.dev database with your own providers and models by placing a `provider.toml` file in `~/.config/opencode/providers`
```toml
# ~/.config/opencode/providers/openrouter/provider.toml
@@ -84,7 +84,7 @@ id = "openrouter"
npm = "@openrouter/ai-sdk-provider"
```
-And models in `~/.config/opencode/providers/openrouter/models/[model-id]`.
+And models in `~/.config/opencode/providers/openrouter/models/[model-id]`
```toml
# ~/.config/opencode/providers/openrouter/models/anthropic/claude-3.5-sonnet.toml