From 133f9fcf73618204c10bc440635a19b95992ab12 Mon Sep 17 00:00:00 2001 From: Elad Ben-Israel Date: Wed, 11 Jan 2017 11:07:18 -0800 Subject: [PATCH] Update README.md Update link to properties --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index edec456b0..40367e111 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ Click [here](UPGRADING.md) ### Core Concept A new proxy is created by calling `createProxyServer` and passing -an `options` object as argument ([valid properties are available here](lib/http-proxy.js#L33-L50)) +an `options` object as argument ([valid properties are available here](lib/http-proxy.js#L22-L50)) ```javascript var httpProxy = require('http-proxy');