From 7fa4ab9ddbacbaf39fdb2e908fdd9d9b5e475983 Mon Sep 17 00:00:00 2001 From: Alexandre Gigliotti Date: Thu, 15 Oct 2015 10:30:59 -0700 Subject: [PATCH] Update README. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 90c48a2..de9d8e0 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,8 @@ The following HTML elements and CSS data types are inlined: - CSS url data types - The reference path is replaced with a datauri. These can be used in linked stylesheets, style elements, and element style attributes. +Also, `inline-html` calls can be statically evaluated and included in Browserify bundles using the [`html-inlinify`](https://github.com/panosoft/html-inlinify) transform. + ## Usage Assuming ...