diff --git a/httpbin/core.py b/httpbin/core.py
index 927bdd4..77e0f65 100644
--- a/httpbin/core.py
+++ b/httpbin/core.py
@@ -67,7 +67,10 @@ template = {
"swagger": "2.0",
"info": {
"title": "httpbin.org",
- "description": "A simple HTTP Service.
$ docker run -p 80:80 kennethreitz/httpbin",
+ "description": (
+ "A simple HTTP Request & Response Service."
+ "
Run locally: $ docker run -p 80:80 kennethreitz/httpbin"
+ ),
"contact": {
"responsibleOrganization": "Kenneth Reitz",
"responsibleDeveloper": "Kenneth Reitz",