From 61a990a07b954d473333b04281f9a480e3057091 Mon Sep 17 00:00:00 2001 From: "Chris S." Date: Sun, 15 Jun 2025 09:40:58 +0100 Subject: [PATCH] Move README to docs --- README.md => docs/README.md | 0 src/TextTemplate/TextTemplate.csproj | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename README.md => docs/README.md (100%) diff --git a/README.md b/docs/README.md similarity index 100% rename from README.md rename to docs/README.md diff --git a/src/TextTemplate/TextTemplate.csproj b/src/TextTemplate/TextTemplate.csproj index 786b354..a877e35 100644 --- a/src/TextTemplate/TextTemplate.csproj +++ b/src/TextTemplate/TextTemplate.csproj @@ -8,7 +8,7 @@ Chris S. A C# version of Go's text/template engine. 1.0.0 - README.md + docs/README.md MIT https://github.com/yetanotherchris/text-template https://github.com/yetanotherchris/text-template @@ -16,7 +16,7 @@ - +