From 9e4da9c806bfee7ff9d4e053917e0ead16ed550b Mon Sep 17 00:00:00 2001 From: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com> Date: Sun, 14 Dec 2025 00:21:47 -0600 Subject: [PATCH] Update section title from 'Suggestions' to 'Requirements' --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 81ac50e3..b774c972 100644 --- a/README.md +++ b/README.md @@ -170,7 +170,7 @@ We have a few helpers that are very common when creating a template, these are: -## General Suggestions when creating a template +## General Requirements when creating a template - Don't use this way in your docker compose file: @@ -225,4 +225,4 @@ services: 6. Now you can click on the Deploy Button and wait for the deployment to finish, and try to access to the service, if everything is correct you should access to the service and see the template working. -use the command `node dedupe-and-sort-meta.js` to deduplicate and sort the meta.json file. \ No newline at end of file +use the command `node dedupe-and-sort-meta.js` to deduplicate and sort the meta.json file.