Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MahdiBM authored Jul 18, 2024
1 parent 3c1a862 commit f5fd143
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ It's rather simple.
* Apply if conditions using the `{{#boolean}} {{/boolean}}` syntax.
* Apply inverted if conditions using the `{{^boolean}} {{/boolean}}` syntax.
* Apply transformations using the "function call" syntax: `snakedCased(variable)`.
* Available transformations are mentioned below.
* Available transformations are mentioned below.
* Use `{{! comment here }}` syntax to write comments in the template.
* See [the reference](https://mustache.github.io/mustache.5.html) and the [swift-mustache docs](https://docs.hummingbird.codes/2.0/documentation/mustache) for more info.

## General Behavior
Expand Down

0 comments on commit f5fd143

Please sign in to comment.