Skip to content

Commit 2e3eb09

Browse files
committed
Merge pull request #863 from stuartpb/patch-1
Fix broken option list indentation
2 parents ecbba1a + 1f4fccd commit 2e3eb09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ proxyServer.listen(8015);
338338

339339
`httpProxy.createProxyServer` supports the following options:
340340

341-
* **target**: url string to be parsed with the url module
341+
* **target**: url string to be parsed with the url module
342342
* **forward**: url string to be parsed with the url module
343343
* **agent**: object to be passed to http(s).request (see Node's [https agent](http://nodejs.org/api/https.html#https_class_https_agent) and [http agent](http://nodejs.org/api/http.html#http_class_http_agent) objects)
344344
* **ssl**: object to be passed to https.createServer()

0 commit comments

Comments
 (0)