Update README.md

Fix basic usage example.
This commit is contained in:
Werner Beroux 2015-07-07 15:07:31 +02:00
parent 9df3b18fb4
commit 33f24110c5
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ To see command-line options, run `docker run --rm wernight/ngrok --help`.
## Usage
$ docker run --rm -it --link web_service_container:http wernight/ngrok ngrok http 80
$ docker run --rm -it --link web_service_container wernight/ngrok ngrok http web_service_container:80
## Full example