Răsfoiți Sursa

docs: update README

Dax Raad 8 luni în urmă
părinte
comite
676d75ee75
1 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  1. 2 2
      README.md

+ 2 - 2
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