Skip to content

Commit bd6a262

Browse files
committed
[doc] Update README.md
1 parent 40c51a7 commit bd6a262

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

+9-2
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,13 @@ Websockets are handled automatically when using the `httpProxy.createServer()`,
296296
<br/>
297297
### Why doesn't node-http-proxy have more advanced features like x, y, or z?
298298

299-
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.
299+
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.
300+
301+
## Run Tests
302+
<pre>
303+
vows test/*-test.js --spec
304+
vows test/*-test.js --spec --https
305+
</pre>
300306

301307
<br/>
302308
### License
@@ -329,4 +335,5 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
329335
[2]: https://github.com/nodejitsu/node-http-proxy/blob/master/examples/basic-proxy-https.js
330336
[3]: https://github.com/nodejitsu/node-http-proxy/tree/v0.5.0/examples
331337
[4]: http://www.ietf.org/rfc/rfc2616.txt
332-
[5]: http://socket.io
338+
[5]: http://socket.io
339+
[6]: http://github.com/nodejitsu/node-http-proxy/issues

0 commit comments

Comments
 (0)