From 99046d4121ca488db6918fe0cdee7ae2de798851 Mon Sep 17 00:00:00 2001 From: MinmoTech Date: Mon, 24 Nov 2025 13:34:56 +0100 Subject: [PATCH] Fix notifications command syntax in documentation --- aider/website/docs/usage/notifications.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aider/website/docs/usage/notifications.md b/aider/website/docs/usage/notifications.md index ee7febb72e7..129f0913db6 100644 --- a/aider/website/docs/usage/notifications.md +++ b/aider/website/docs/usage/notifications.md @@ -76,7 +76,7 @@ You can add these settings to your configuration file: notifications: true # Optional custom notification command -notifications_command: "your-custom-command" +notifications-command: "your-custom-command" ``` Or in your `.env` file: