Skip to content

Commit

Permalink
Merge pull request #192 from robinmetral/patch-1
Browse files Browse the repository at this point in the history
Remove outdated content from the README's Optional modules section
  • Loading branch information
jgonggrijp authored Aug 6, 2024
2 parents c04474f + 078e2f5 commit 8a38807
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,7 @@ Optional Modules
----------------

Specification files beginning with a tilde (`~`) describe optional modules.
At present, the only module being described as optional is regarding support
for lambdas. As a guideline, a module may be a candidate for optionality
when:
As a guideline, a module may be a candidate for optionality when:

* It does not affect the core syntax of the language.
* It does not significantly affect the output of rendered templates.
Expand All @@ -54,7 +52,7 @@ when:
Mustache in the target language.

As an example, the lambda module is primarily concerned with the handling of a
particular data type (code). This is a type of data that may be difficult to
particular data type (code). This is a type of data that may be difficult to
support in some languages, and users of those languages will not see the lack
as an 'inconsistency' between implementations.

Expand Down

0 comments on commit 8a38807

Please sign in to comment.