From 9509cdb3216c921f8f0835494fb94e316b5a90e7 Mon Sep 17 00:00:00 2001 From: Amolith Date: Thu, 25 Dec 2025 11:57:05 -0700 Subject: [PATCH] docs(notification): correct example, fix rendering --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 } } ```