diff --git a/README.md b/README.md index 1c2cd87..0988e7c 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,15 @@ It requires just 4 HTML-like tags, and a bash-like variable expression syntax. Feature complete. Just some test coverage to complete and addition of Javadoc. +## Features + + * No dependencies, JPMS compliant, Graal Native Image friendly + * Fast. Single pass parser, use lambas to compute template components only when + they are actually needed. + * Simple Java. Public API consists of just 2 main classes, `TemplateModel` and `TemplateProcessor`. + * Simple Content. Just `` (and ``), `` and ``. Bash like variable such as `${myVar}`. + * Internationalisation features. + ## Quick Start Add the library to your project.