README.markdown in genit-0.4 vs README.markdown in genit-0.4.1
- old
+ new
@@ -23,14 +23,14 @@
Genit is based on the idea that *we don't have* to learn any new languages to manage templates
because **xml can do it well**.
For example, to generate the xhtml including the 4 latest news:
- <generate class="news" number="4" />
+ <genit class="news" number="4" />
And more simply, to generate the footer:
- <generate class="footer" />
+ <genit class="footer" />
Install
-------------------------