From ed3b30ffe706b9e912c8355fb29bc5e0aec83363 Mon Sep 17 00:00:00 2001 From: Dawid Dziurla Date: Tue, 13 Jul 2021 18:23:48 +0200 Subject: [PATCH] README: mention globbing --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6f8f4e7f..b20536c9 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Some features: - HTML body - multipart body (plain text + HTML) - Markdown to HTML converting -- file attachments +- file attachments (supports globbing) ## Usage @@ -47,7 +47,7 @@ Some features: # Optional converting Markdown to HTML (set content_type to text/html too): convert_markdown: true # Optional attachments: - attachments: attachments.zip,git.diff,./dist/static/main.js + attachments: attachments.zip,git.diff,./dist/static/*.js # Optional priority: 'high', 'normal' (default) or 'low' priority: low ```