From c979ba9f2cbb6988a210ca42bf59698545496723 Mon Sep 17 00:00:00 2001 From: Elad Ben-Israel Date: Wed, 11 Jan 2017 12:53:05 -0800 Subject: [PATCH] Update README.md (#1131) Update link to properties --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index edec456..40367e1 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');