docs(notification): correct example, fix rendering

Amolith created

Change summary

README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Detailed changes

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
   }
 }
 ```