Skip to content

Commit 7ad5c0f

Browse files
committed
DOC: updated readme
@yawnt I think it is good to go. If you have any other tests in mind let me know.
1 parent 39b0c46 commit 7ad5c0f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ server.listen(5050);
105105

106106
* **target**: url string to be parsed with the url module
107107
* **forward**: url string to be parsed with the url module
108-
* **agent**: object to be passed to http(s).request (see Node's [https agent][0] and [http agent][1] agent objects)
108+
* **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)
109109

110110
If you are using the `proxyServer.listen` method, the following options are also applicable:
111111

@@ -148,5 +148,4 @@ Logo created by [Diego Pasquali](http://dribbble.com/diegopq)
148148
>OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
149149
>THE SOFTWARE.
150150
151-
[0]: http://nodejs.org/api/https.html#https_class_https_agent
152-
[1]: http://nodejs.org/api/http.html#http_class_http_agent
151+

0 commit comments

Comments
 (0)