From 9cc336f479e257efa7d7b962b29039957acda029 Mon Sep 17 00:00:00 2001 From: code-dev Date: Mon, 23 May 2022 17:01:33 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dd3268e..95cbc2f 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ ### Goals -One of the most common coding tasks involves generating textual artefacts. Employing a template engine is one of the most popular ways to do that in practice. By the way, text and code are two different things, but from a generative point of view they're not really any different at all. +One of the most common coding tasks involves generating textual artefacts and employing a template engine is one of the most popular ways to do that in practice. Text and code are two different things, but from a generative point of view, they're not any different at all. My casual exploration tries to create a template based POC solution that meets the following goals: