From 32aa10dfe2d0593743e0b86735e206029cfbb497 Mon Sep 17 00:00:00 2001 From: PanManAms Date: Sat, 20 Dec 2014 15:40:46 +0100 Subject: [PATCH] changed highlighted part - very minor --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ada39bf9c..cbdfd2c2a 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ proxies and load balancers. ### 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#L34-L51)) +an `options` object as argument ([valid properties are available here](lib/http-proxy.js#L33-L50)) ```javascript var httpProxy = require('http-proxy');