diff --git a/README.md b/README.md index fec516932bb296cb3648a438aa1b8a4d3855664d..30b4e8bc5198cd96f6fed4380831d6a78a305b92 100644 --- a/README.md +++ b/README.md @@ -414,11 +414,11 @@ Crush sends desktop notifications when a tool call requires permission and when the agent finishes its turn. They're only sent when the terminal window isn't focused _and_ your terminal supports reporting the focus state. -```json +```jsonc { "$schema": "https://charm.land/crush.json", "options": { - "disable_notifications": true // default + "disable_notifications": false // default } } ```