Skip to content

Commit

Permalink
Added CHROME_PATH to readme (#2694)
Browse files Browse the repository at this point in the history
  • Loading branch information
lifeisfoo authored and paulirish committed Jul 17, 2017
1 parent eecf525 commit 5728695
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion chrome-launcher/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 5728695

Please sign in to comment.