Skip to content

Commit bd106d6

Browse files
committed
Updated readme
1 parent 07091b5 commit bd106d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@ server.listen(5050);
9494

9595
`caronte.createProxyServer` supports the following options:
9696

97-
* **target**: <url string to be parsed with the url module>
98-
* **forward**: <url string to be parsed with the url module>
97+
* **target**: url string to be parsed with the url module
98+
* **forward**: url string to be parsed with the url module
9999
* **ssl**: object to be passed to https.createServer()
100100
* **ws**: true/false, if you want to proxy websockets
101101
* **xfwd**: true/false, adds x-forward headers

0 commit comments

Comments
 (0)