From 9d09dc08fc312b0f1577856b18cd2603dbef4eb4 Mon Sep 17 00:00:00 2001 From: Owen Buckley Date: Mon, 7 May 2018 10:50:45 -0400 Subject: [PATCH] update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9513c5e..7ba556a 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ A fork of Critical Webpack Plugin. This is simplified and runs after all files have been emitted so you can use it after Extract Text and HTML Webpack Plugin. -**Note**: [**critical** itself has a dependency on puppeteer](https://github.com/addyosmani/critical/releases/tag/v1.0.0) to run headless Chrome, so make sure your build environment (local, CI, etc) where your running webpack has the necessary operating system packages installed. See this page for more information on [troubleshooting](https://github.com/GoogleChrome/puppeteer/blob/master/docs/troubleshooting.md) puppeteer. +**Note**: [As **critical** itself has a dependency on puppeteer](https://github.com/addyosmani/critical/releases/tag/v1.0.0) in order to run Headless Chrome, consumers of this plugin will need to make sure that their build environment (local, CI, etc) where running webpack with this plugin has the necessary operating system packages installed. See this page for more information on [troubleshooting](https://github.com/GoogleChrome/puppeteer/blob/master/docs/troubleshooting.md) puppeteer. ### Install