mirror of
https://github.com/sst/opencode.git
synced 2025-08-04 13:30:52 +00:00
docs: fix typo in config.mdx (#218)
This commit is contained in:
parent
b2fb0508ea
commit
f6afa2c6bb
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ title: Config
|
|||
You can configure opencode using a JSON config file that can be placed in:
|
||||
|
||||
- Globally under `~/.config/opencode/config.json`.
|
||||
- Your project root under `opencode.json`. This is safe to checked into Git and uses the same schema as the global one.
|
||||
- Your project root under `opencode.json`. This is safe to be checked into Git and uses the same schema as the global one.
|
||||
|
||||
```json
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue