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:
-
-
+
+
+
+
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.
-
+
+
+
The following Java code has been generated based on the template from the previous step.