From 3248c67d25c69e5d4459fde6f0c7d749de5a527a Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Sun, 7 Sep 2014 01:05:23 +0200 Subject: [PATCH] Fixed code block in README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8496d57..8f60caa 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,9 @@ Then, execute the following to build the image: This will create an image named `myuser/myapp` with your application ready to go. To launch it, just type: - docker run -d -p 80 myuser/myapp +``` +docker run -d -p 80 myuser/myapp +``` Easy!