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.