From 48853140d047d239431ab95f31c79ff7530626c3 Mon Sep 17 00:00:00 2001 From: Speiger Date: Mon, 11 Jan 2021 13:43:50 +0100 Subject: [PATCH] Added Missing Newlines --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 5428dd3..6ca6174 100644 --- a/README.md +++ b/README.md @@ -38,8 +38,8 @@ public class ExampleClass } ``` -If the Variable "METHOD_ONE" is present only the code in the if is parsed into the template process. -If the Variable "METHOD_TWO" is present and the "SKIP" Variable is missing then the code in the else if block is parsed into the template process -Otherwise the else block is included. -Whenever a if is started, it has to end with a #endif, Even if the last condition is a else if or a else. -Recursion is supported and necessary \ No newline at end of file +If the Variable "METHOD_ONE" is present only the code in the if is parsed into the template process. +If the Variable "METHOD_TWO" is present and the "SKIP" Variable is missing then the code in the else if block is parsed into the template process +Otherwise the else block is included. +Whenever a if is started, it has to end with a #endif, Even if the last condition is a else if or a else. +Recursion is supported and necessary \ No newline at end of file