Formatted description in 2 lines

This commit is contained in:
Bruno Rocha
2018-05-18 14:57:50 -03:00
parent c37321e13b
commit c14cb78b9f
+4 -1
View File
@@ -67,7 +67,10 @@ template = {
"swagger": "2.0",
"info": {
"title": "httpbin.org",
"description": "A simple HTTP Service. <br/> <br/> <code>$ docker run -p 80:80 kennethreitz/httpbin</code>",
"description": (
"A simple HTTP Request & Response Service."
"<br/> <br/> <b>Run locally: </b> <code>$ docker run -p 80:80 kennethreitz/httpbin</code>"
),
"contact": {
"responsibleOrganization": "Kenneth Reitz",
"responsibleDeveloper": "Kenneth Reitz",