diff --git a/README.md b/README.md
index ada39bf9cc7d63b47cd14ddd69376d62ba2d656f..cbdfd2c2a704a729aa416741953085bcecf72f49 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');