Skip to content

Commit

Permalink
DOC: updated readme
Browse files Browse the repository at this point in the history
@yawnt I think it is good to go. If you have any other tests in mind let me know.
  • Loading branch information
srossross committed Sep 18, 2013
1 parent 39b0c46 commit 7ad5c0f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ server.listen(5050);

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

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

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

0 comments on commit 7ad5c0f

Please sign in to comment.