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