From e6c2d0d1d2beec9dfbd3e9d3166ec46d99e87abf Mon Sep 17 00:00:00 2001 From: Anthony Lapenna Date: Tue, 23 Aug 2016 18:54:02 +1200 Subject: [PATCH] Rename the field comment to description --- README.md | 4 ++-- templates.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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": [