diff --git a/README.md b/README.md index 0c6d054..5a63c2d 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ It must consist of an array with every template definition consisting of one ele A template element must be a *JSON* object with the following mandatory fields: * title: Title of the template -* comment: Description of the template +* description: Description of the template * logo: URL for the template logo * image: the Docker image associated to the template @@ -31,7 +31,7 @@ Each port will be automatically bound on the host by Docker when starting the co ```json { "title": "MySQL", - "comment": "The most popular open-source database", + "description": "The most popular open-source database", "logo": "https://upload.wikimedia.org/wikipedia/en/thumb/6/62/MySQL.svg/640px-MySQL.svg.png", "image": "mysql:latest", "env": [ diff --git a/templates.json b/templates.json index 5587d6e..475bf33 100644 --- a/templates.json +++ b/templates.json @@ -1,7 +1,7 @@ [ { "title": "MySQL", - "comment": "The most popular open-source database", + "description": "The most popular open-source database", "logo": "https://upload.wikimedia.org/wikipedia/en/thumb/6/62/MySQL.svg/640px-MySQL.svg.png", "image": "mysql:latest", "env": [ @@ -14,7 +14,7 @@ }, { "title": "WordPress", - "comment": "A free and open-source CMS", + "description": "A free and open-source CMS", "logo": "https://s.w.org/about/images/logos/wordpress-logo-simplified-rgb.png", "image": "wordpress:latest", "env": [