Skip to content

Commit

Permalink
README: mention globbing
Browse files Browse the repository at this point in the history
  • Loading branch information
dawidd6 committed Jul 13, 2021
1 parent b9bedb3 commit ed3b30f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Some features:
- HTML body
- multipart body (plain text + HTML)
- Markdown to HTML converting
- file attachments
- file attachments (supports globbing)


## Usage
Expand Down Expand Up @@ -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
```
Expand Down

0 comments on commit ed3b30f

Please sign in to comment.