Skip to content

Commit f10db28

Browse files
committed
Add extra line that explains how the inliner works. Fixes #60
1 parent e65e2ec commit f10db28

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ The goal of this package is to automate the process of inlining that CSS before
1414

1515
## How?
1616
Using a wonderful [CSS inliner package](https://github.com/tijsverkoyen/CssToInlineStyles) wrapped in a SwiftMailer plugin and served as a Service Provider it just works without any configuration.
17+
Since this is a SwiftMailer plugin, it will automatically inline your css when parsing an email template. You don't have to do anything!
1718

1819
Turns style tag:
1920
```html

0 commit comments

Comments
 (0)