README: colon

This commit is contained in:
Dawid Dziurla
2020-04-07 10:36:16 +02:00
parent 0e3a58617a
commit b75f3336d9

View File

@ -21,6 +21,6 @@ An action that simply sends a mail to multiple recipients.
from: Luke Skywalker # <user@example.com>
# Optional content type (defaults to text/plain):
content_type: text/html
# Optional attachments
# Optional attachments:
attachments: attachments.zip,git.diff,./dist/static/main.js
```