From 5728695f8d748cc808b06ae805a1b10aa6e57571 Mon Sep 17 00:00:00 2001 From: Alessandro Miliucci Date: Mon, 17 Jul 2017 21:10:42 +0200 Subject: [PATCH] Added CHROME_PATH to readme (#2694) --- chrome-launcher/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/chrome-launcher/README.md b/chrome-launcher/README.md index 0b77eb47a6e8..11db9da16079 100644 --- a/chrome-launcher/README.md +++ b/chrome-launcher/README.md @@ -41,7 +41,8 @@ npm install chrome-launcher handleSIGINT: boolean; // (optional) Explicit path of intended Chrome binary - // If the `LIGHTHOUSE_CHROMIUM_PATH` env variable is set, that will be used +  // If the `CHROME_PATH` env variable is set, that will be used +  // Usage of `LIGHTHOUSE_CHROMIUM_PATH` env variable is deprecated // By default, any detected Chrome Canary or Chrome (stable) will be launched chromePath: string;