From 28291211aa9ecfae479a456bded09fdcff399e3d Mon Sep 17 00:00:00 2001 From: Justin Russell Date: Fri, 23 Dec 2016 09:15:55 -0500 Subject: [PATCH] Highlight correct lines for createProxyServer --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 49c49a396..19f79169d 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#L26-L42)) ```javascript var httpProxy = require('http-proxy');