From a20df0df6268e19185cf05efebf06f52a1bd6499 Mon Sep 17 00:00:00 2001 From: Adi Prasetyo Date: Fri, 15 Sep 2017 01:44:18 +0700 Subject: [PATCH] [Doc] add link to environment variable wiki page (#792) --- docs/api.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/api.md b/docs/api.md index 6c38fde6..fcc91136 100644 --- a/docs/api.md +++ b/docs/api.md @@ -147,11 +147,10 @@ Puppeteer is a Node library which provides a high-level API to control Chromium ### Environment Variables -Puppeteer looks for certain environment variables to aid its operations: +Puppeteer looks for certain [environment variables](https://en.wikipedia.org/wiki/Environment_variable) to aid its operations: - `HTTP_PROXY`, `HTTPS_PROXY`, `NO_PROXY` - defines HTTP proxy settings that are used to download and run Chromium. - `PUPPETEER_SKIP_CHROMIUM_DOWNLOAD` - do not download bundled Chromium during installation step. - ### class: Puppeteer Puppeteer module provides a method to launch a Chromium instance.