From 46ee6c6d54e1bbd8bfd1d7506285386460ce4ed1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Enis=20Muli=C4=87?= Date: Sat, 11 Nov 2023 21:40:52 +0100 Subject: [PATCH] chore: rename readme for better clarity --- .template.config/template.json | 2 +- README.template.md => README.output.md | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename README.template.md => README.output.md (100%) diff --git a/.template.config/template.json b/.template.config/template.json index 87dd9e3..8a04635 100644 --- a/.template.config/template.json +++ b/.template.config/template.json @@ -86,7 +86,7 @@ "source": "./", "target": "./", "rename": { - "README.template.md": "README.md" + "README.output.md": "README.md" }, "modifiers": [ { diff --git a/README.template.md b/README.output.md similarity index 100% rename from README.template.md rename to README.output.md