Skip to content

Commit fd09bc8

Browse files
sudo-teeCopilot
andcommitted
fix: wrong property name in README
Co-authored-by: Copilot <[email protected]>
1 parent e5e1dc1 commit fd09bc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)