From f10db28dc08d21889ac324858bb3157cb77c3877 Mon Sep 17 00:00:00 2001 From: Bas de Ruiter Date: Mon, 24 Jun 2019 17:11:44 +0200 Subject: [PATCH] Add extra line that explains how the inliner works. Fixes #60 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0fc6685..161b104 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ The goal of this package is to automate the process of inlining that CSS before ## How? 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. +Since this is a SwiftMailer plugin, it will automatically inline your css when parsing an email template. You don't have to do anything! Turns style tag: ```html