Skip to content

Commit 01dc00c

Browse files
sudo-teeCopilot
andauthored
fix: wrong property name in README
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 3fe9c7d commit 01dc00c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ require('opencode').setup({
305305
quick_chat = {
306306
default_model = nil, -- works better with a fast model like gpt-4.1
307307
default_agent = 'plan', -- plan ensure no file modifications by default
308-
default_prompt = nil, -- Use built-in prompt if nil
308+
instructions = nil, -- Use built-in instructions if nil
309309
},
310310
})
311311
```

0 commit comments

Comments
 (0)