From bebc073cef936d3b218039a9fda9dc456c446912 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erik=20G=C3=BCnther?= Date: Tue, 5 May 2015 10:19:35 +0200 Subject: [PATCH] Corrected proxy url --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4b6bf96..e968b56 100644 --- a/README.md +++ b/README.md @@ -44,13 +44,13 @@ dogapi.initialize(options); ### HTTPS Proxy If you are behind a proxy you need to a proxy agent. You can use the https proxy agent from -http://blog.vanamco.com/connecting-via-proxy-node-js/ if you like. +http://blog.vanamco.com/proxy-requests-in-node-js/ if you like. To configure dogapi with the agent just add it to the options. ```javascript var dogapi = require("dogapi"); -//Code from http://blog.vanamco.com/connecting-via-proxy-node-js/ +//Code from http://blog.vanamco.com/proxy-requests-in-node-js/ var HttpsProxyAgent = require("./httpsproxyagent"); var agent = new HttpsProxyAgent({