From 3d6cafb3f79cccbcee26312c86d75d7fd83909b2 Mon Sep 17 00:00:00 2001 From: Jimmy Liao <52391190+jimmy-liao-gogoro@users.noreply.github.com> Date: Tue, 25 Feb 2020 23:05:51 +0800 Subject: [PATCH] Update ' sign to ` in proxy spec (#2778) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f72d0b..25e49d9 100755 --- a/README.md +++ b/README.md @@ -383,7 +383,7 @@ These are the available config options for making requests. Only the `url` is re httpAgent: new http.Agent({ keepAlive: true }), httpsAgent: new https.Agent({ keepAlive: true }), - // 'proxy' defines the hostname and port of the proxy server. + // `proxy` defines the hostname and port of the proxy server. // You can also define your proxy using the conventional `http_proxy` and // `https_proxy` environment variables. If you are using environment variables // for your proxy configuration, you can also define a `no_proxy` environment