From 8a1d9c5eabf3833f3014fd2123d0e2c5397f18ee Mon Sep 17 00:00:00 2001 From: code-dev Date: Sun, 22 May 2022 20:28:21 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e04a7b9..8646c89 100644 --- a/README.md +++ b/README.md @@ -50,8 +50,10 @@ With the goal of creating something that is both lightweight and easy to use, I' Let’s mock-up template structures: -![Template Mock-up 1](./doc/images/image4.jpg "Template mock-up 1") -![Template Mock-up 2](./doc/images/image3.jpg "Template mock-up 2") +

+Template Mock-up 1 +Template Mock-up 2 +

The first part is to create models that drive text output; the second half involves file and text related things such as file creation and text output. @@ -104,7 +106,9 @@ What the template does here is self-explanatory: The next step, which happens during run-time, is to load a template file. The loaded template file is turned into Java code by mapping generative functions into Java code. -![Template loading](./doc/images/image2.jpg "Template loading") +

+Template loading +

The following Java code has been generated based on the template from the previous step.