Skip to content

Commit 676d75e

Browse files
committed
docs: update README
1 parent 70dc0a1 commit 676d75e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ model = "claude-sonnet-4-20250514"
7373
autoupdate = true
7474
```
7575

76-
You can also extend the models.dev database with your own providers and models by placing a `provider.toml` file in `~/.config/opencode/providers`.
76+
You can also extend the models.dev database with your own providers and models by placing a `provider.toml` file in `~/.config/opencode/providers`
7777

7878
```toml
7979
# ~/.config/opencode/providers/openrouter/provider.toml
@@ -84,7 +84,7 @@ id = "openrouter"
8484
npm = "@openrouter/ai-sdk-provider"
8585
```
8686

87-
And models in `~/.config/opencode/providers/openrouter/models/[model-id]`.
87+
And models in `~/.config/opencode/providers/openrouter/models/[model-id]`
8888

8989
```toml
9090
# ~/.config/opencode/providers/openrouter/models/anthropic/claude-3.5-sonnet.toml

0 commit comments

Comments
 (0)