From 80f645c7c0c6cd7edc8e6e32688240feedd32453 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E0=BE=85=E0=BC=BB=20=C7=AC=C9=80=C4=A7=20=E0=BC=84?= =?UTF-8?q?=E0=BC=86=E0=BD=89?= Date: Wed, 5 Feb 2014 15:03:36 +0100 Subject: [PATCH] Fix doc: option lines --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a861285..caa6378 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#L26-L39)) +an `options` object as argument ([valid properties are available here](lib/http-proxy.js#L34-L51)) ```javascript var httpProxy = require('http-proxy');