From f5fd1434c67f92a74f578755ccdf948a93460efd Mon Sep 17 00:00:00 2001 From: Mahdi Bahrami Date: Thu, 18 Jul 2024 14:08:14 +0330 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index da39531..8e7e35c 100644 --- a/README.md +++ b/README.md @@ -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