Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
brett-smith authored Oct 9, 2023
1 parent 1e9d377 commit ad6c388
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ 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
* Fast. Single pass parser, use lambdas 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 `<t:if>` (and `<t:else>`), `<t:include>` and `<t:list>`. Bash like variable such as `${myVar}`.
Expand Down

0 comments on commit ad6c388

Please sign in to comment.