From 42c26b40e7c2772347ca2107f598a14ef08653dc Mon Sep 17 00:00:00 2001 From: Alan Shreve Date: Sat, 23 Mar 2013 01:35:26 -0700 Subject: [PATCH] update docs --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 1e2b8f9a..4e5429c2 100644 --- a/README.md +++ b/README.md @@ -3,16 +3,16 @@ ## What is ngrok? ngrok is a tool that makes it easier to develop networked services (HTTP/TCP) It is a man-in-the-middle proxy server that you run locally on your development box. It allows you to do the following things: - - Inspect all http requests/responses sent to/from the proxied application - - Expose a local http server to the internet on a subdomain of ngrok.com + +- Inspect all http requests/responses sent to/from the proxied application +- Expose a local http server to the internet on a subdomain of ngrok.com +- Expose a local tcp server to the internet on a random port on ngrok.com ## Compiling ngrok Binaries get placed in ./bin git clone git@github.com:inconshreveable/ngrok.git - cd ngrok - go get -d ./... - make + cd ngrok && make bin/ngrok [LOCAL PORT]