diff --git a/README.md b/README.md index b741daa1..14b373db 100644 --- a/README.md +++ b/README.md @@ -117,7 +117,7 @@ See [examples](#remove-order-warnings) below for details. Type: `String|Function` Default: `document.head.appendChild(linkTag);` -By default, the `extract-css-chunks-plugin` appends styles (`` elements) to `document.head` of the current `window`. +By default, the `mini-css-extract-plugin` appends styles (`` elements) to `document.head` of the current `window`. However in some circumstances it might be necessary to have finer control over the append target or even delay `link` elements instertion. For example this is the case when you asynchronously load styles for an application that runs inside of an iframe.