From 306a15ef9d3f8391220c49cff89aa97df429e2d7 Mon Sep 17 00:00:00 2001 From: Marvin Wendt Date: Mon, 5 Feb 2024 11:18:14 +0100 Subject: [PATCH] docs: updated readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 5704097..f25fc89 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,10 @@ ## Introduction +GTTP lets you define your text templates using YAMl. +When you execute a template file, GTTP will interactively ask you to fill out the defined variables. +The template is then parsed with the Go [text/template](https://pkg.go.dev/text/template) syntax. + ```yaml variables: - name: Name