From dc821c284afa9c903c3457354600fbc466747f66 Mon Sep 17 00:00:00 2001 From: Christophe Mehay Date: Sat, 2 Jul 2016 16:55:48 +0200 Subject: [PATCH] Fix README typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 32a0be0..53e473c 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Create a tor hidden service with a link ```sh # run a container with a network application -$ docker run -d --name hello_world tutum/hello_world +$ docker run -d --name hello_world tutum/hello-world # and just link it to this container $ docker run -ti --link hello_world goldy/tor-hidden-service