From bd6a2622ad67b8c7ec15868037a48048207ce0df Mon Sep 17 00:00:00 2001 From: indexzero Date: Sun, 17 Apr 2011 03:14:59 -0400 Subject: [PATCH] [doc] Update README.md --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1686cf5..67f8421 100644 --- a/README.md +++ b/README.md @@ -296,7 +296,13 @@ Websockets are handled automatically when using the `httpProxy.createServer()`,
### Why doesn't node-http-proxy have more advanced features like x, y, or z? -If you have a suggestion for a feature currently not supported, feel free to open a [support issue](http://github.com/nodejitsu/node-http-proxy/issues). node-http-proxy is designed to just proxy http requests from one server to another, but we will be soon releasing many other complimentary projects that can be used in conjunction with node-http-proxy. +If you have a suggestion for a feature currently not supported, feel free to open a [support issue][6]. node-http-proxy is designed to just proxy http requests from one server to another, but we will be soon releasing many other complimentary projects that can be used in conjunction with node-http-proxy. + +## Run Tests +
+  vows test/*-test.js --spec
+  vows test/*-test.js --spec --https
+

### License @@ -329,4 +335,5 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. [2]: https://github.com/nodejitsu/node-http-proxy/blob/master/examples/basic-proxy-https.js [3]: https://github.com/nodejitsu/node-http-proxy/tree/v0.5.0/examples [4]: http://www.ietf.org/rfc/rfc2616.txt -[5]: http://socket.io \ No newline at end of file +[5]: http://socket.io +[6]: http://github.com/nodejitsu/node-http-proxy/issues \ No newline at end of file