From 63a649f753e625feac9196115a8ba74fd36864fe Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Thu, 17 May 2018 19:59:47 -0400 Subject: [PATCH] port 80 Signed-off-by: Kenneth Reitz Signed-off-by: Kenneth Reitz --- httpbin/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httpbin/core.py b/httpbin/core.py index 4441a06..acd6058 100644 --- a/httpbin/core.py +++ b/httpbin/core.py @@ -65,7 +65,7 @@ template = { "swagger": "2.0", "info": { "title": "httpbin.org", - "description": "A simple HTTP Service.", + "description": "A simple HTTP Service.

$ docker run -p 80:80 kennethreitz/httpbin", "contact": { "responsibleOrganization": "Kenneth Reitz", "responsibleDeveloper": "Kenneth Reitz",