Merge branch 'master' of https://github.com/pantor/inja
diff --git a/README.md b/README.md
index 80364ae..fdce138 100644
--- a/README.md
+++ b/README.md
@@ -141,7 +141,7 @@
 
 ### Statements
 
-Statements can be written either with the `{% ... %}` syntax or the `##` syntax for entire lines. The most important statements are loops, conditions and file includes. All statements can be nested.
+Statements can be written either with the `{% ... %}` syntax or the `##` syntax for entire lines. Note that `##` needs to start the line without indentation. The most important statements are loops, conditions and file includes. All statements can be nested.
 
 #### Loops